Gets the parameter index of the list
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int Index { get; }
VB
Public ReadOnly Property Index As Integer Get
C++
public: property int Index { int get (); }