ModuleCollection.Add Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

ModuleCollection.Add Method

BR.AN.PviServices .NET


Adds a Module object to this instance.

[Visual Basic]

Public Overridable Overloads Sub Add( _

  ByVal module As Module _

)

[C#]

public virtual int Add(

  Module module

);

Parameters

module

The module to add.

Return Value

Zero on success.

See Also

ModuleCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]