GridLocation Structure

The GridLocation class. This class represents a location in a GridSurface.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Autodesk.Civil.DatabaseServicesGridLocation

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public struct GridLocation

The GridLocation type exposes the following members.

Constructors
 NameDescription
Public methodGridLocation Constructor of GridLocation
Top
Properties
 NameDescription
Public propertyColumnIndex Gets or sets the column index of the grid location.
Public propertyRowIndex Gets or sets the row index of the grid location.
Top
Methods
 NameDescription
Public methodEquals
(Overrides ValueTypeEquals(Object))
Top
See Also