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 _

)

[C#]

Base(

  Base parentObj,

  string name

);

Parameters

parentObj

The parent object.

name

Name of this object

See Also

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


Generated from assembly BR.AN.PviServices [8.1.0.4]