Visavi Visual OPC .NET  

IOpcGroupCollection.Add Method

Adds an IOpcGroup object to the collection.

Overload List

Adds a new IOpcGroup to the end of the collection with the specified group definition.

[Visual Basic] Overloads Public Function Add(OpcGroupDefinition) As Integer
[C#] public int Add(OpcGroupDefinition);
[C++] public: int Add(OpcGroupDefinition);
[JScript] public function Add(OpcGroupDefinition) : int;

Adds a new IOpcGroup to the end of the collection with the specified group name.

[Visual Basic] Overloads Public Function Add(String) As Integer
[C#] public int Add(string);
[C++] public: int Add(String);
[JScript] public function Add(String) : int;

See Also

IOpcGroupCollection Interface | IOpcGroupCollection Members | Visavi.Opc.Client Namespace