INGEAR.NET.GELink

 

TagGroup.MyObject Property

User-defined object associated with instance of TagGroup

[Visual Basic]
NotOverridable Public Property MyObject As Object _
    Implements IGroup.MyObject
[C#]
public object MyObject {get; set;}

Implements

IGroup.MyObject

Remarks

MyObject is passed with the Update event

Example

VB
Dim MyGroup As New GELink.TagGroup
Dim theObject As New some_object
MyGroup.MyObject = some_object


C# GELink.Controller MyPLC = new GELink.Controller("192.168.1.45"); object some_object = new object(); MyTagGroup.MyObject = some_object;

See Also

TagGroup Class | GELink Namespace