Share

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.280

Syntax

C#

public struct GridLocation

VB

Public Structure GridLocation

C++

public value class GridLocation

The GridLocation type exposes the following members.

Constructors

 NameDescription
Public methodGridLocation Constructor of GridLocation

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.

Methods

 NameDescription
Public methodEquals
(Overrides ValueTypeEquals(Object))

See Also

Reference

Was this information helpful?