<< Click to Display Table of Contents >> Navigation: »No topics above this level« Base Constructor |
Initializes a new instance of the internal Base class.
[Visual Basic]
Public Overloads Sub New( _
ByVal parentObj As Base, _
ByVal name As String, _
ByVal addToVColls As Boolean _
)
[C#]
Base(
Base parentObj,
string name,
bool addToVColls
);
parentObj
The parent object.
name
Name of this object
addToVColls
Indicates wheter this member will be accesible through the logical objects collection or not.
Base Class | BR.AN.PviServices Namespace | Base Constructor Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]