Base Constructor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Base Constructor

BR.AN.PviServices .NET


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

);

Parameters

parentObj

The parent object.

name

Name of this object

addToVColls

Indicates wheter this member will be accesible through the logical objects collection or not.

See Also

Base Class | BR.AN.PviServices Namespace | Base Constructor Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]