GridLocation Constructor

Constructor of GridLocation

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public GridLocation(
	int columnIndex,
	int rowIndex
)

Visual Basic

Public Sub New ( _
	columnIndex As Integer, _
	rowIndex As Integer _
)

Visual C++

public:
GridLocation(
	int columnIndex, 
	int rowIndex
)

Parameters

columnIndex
Type: System.Int32
rowIndex
Type: System.Int32

See Also