GridLocation Constructor

Constructor of GridLocation

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public GridLocation(
	int columnIndex,
	int rowIndex
)

Parameters

columnIndex  Int32
 
rowIndex  Int32
 
See Also