INGEAR.NET.GELink

 

TagGroup.Controller Property

Sets / Gets instance of Controller class associated with TagGroup

[Visual Basic]
Public Property Controller As Controller
[C#]
public Controller Controller {get; set;}

 

Example

VB
Dim MyPLC As New GELink.Controller("192.168.1.45")
Dim MyGroup As New GELink.TagGroup
MyGroup.Controller = MyPLC


C# GELink.Controller MyPLC = new GELink.Controller("192.168.1.45"); GELink.TagGroup MyGroup = new GELink.TagGroup(); MyGroup.Controller = MyPLC;

See Also

TagGroup Class | GELink Namespace | Now