The GridLocation class. This class represents a location in a GridSurface.
Inheritance Hierarchy
SystemObjectSystemValueType
Autodesk.Civil.DatabaseServicesGridLocation
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public struct GridLocation
VB
Public Structure GridLocation
C++
public value class GridLocation
The GridLocation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GridLocation | Constructor of GridLocation |
Properties
| Name | Description | |
|---|---|---|
| ColumnIndex | Gets or sets the column index of the grid location. | |
| RowIndex | Gets or sets the row index of the grid location. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides ValueTypeEquals(Object)) |
