GridLocation Constructor

Constructor of GridLocation

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

Parameters

columnIndex  Int32
 
rowIndex  Int32
 
See Also