Gets or sets the row index of the grid location.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public int RowIndex { get; set; } |
| Visual Basic |
|---|
Public Property RowIndex As Integer Get Set |
| Visual C++ |
|---|
public: property int RowIndex { int get (); void set (int value); } |