Constructor of GridLocation

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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