'Declaration
Public Function New( _ ByVal name As String, _ ByVal browsePath As BrowsePath, _ ByVal qualifiedName As String, _ ByVal isArea As Boolean, _ ByVal isSource As Boolean, _ ByVal hasChildren As Boolean _ )
'Usage
Dim name As String Dim browsePath As BrowsePath Dim qualifiedName As String Dim isArea As Boolean Dim isSource As Boolean Dim hasChildren As Boolean Dim instance As New AENodeElement(name, browsePath, qualifiedName, isArea, isSource, hasChildren)
public AENodeElement( string name, BrowsePath browsePath, string qualifiedName, bool isArea, bool isSource, bool hasChildren )
public: AENodeElement( String^ name, BrowsePath^ browsePath, String^ qualifiedName, bool isArea, bool isSource, bool hasChildren )
Parameters
- name
- browsePath
- qualifiedName
- isArea
- isSource
- hasChildren