Get the index of the node in the array of nodes.
Read-only property
[Visual Basic .NET] |
---|
Public Property NodeIndex() As Integer |
[C#] |
---|
public int NodeIndex {get;} |
[Managed C++] |
---|
public: __property int get_NodeIndex(); |
[Unmanaged C++] |
---|
public: HRESULT get_NodeIndex( long * pVal ); |
[Java] |
---|
public int getNodeIndex(); |