GridSurfaceVertexCollectionGetIndexRange Method

Gets the minimum column index, minimum row index, maximum column index and maximum row index.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void GetIndexRange(
	ref int minColIndex,
	ref int minRowIndex,
	ref int maxColIndex,
	ref int maxRowIndex
)

Parameters

minColIndex  Int32
 
minRowIndex  Int32
 
maxColIndex  Int32
 
maxRowIndex  Int32
 
Remarks
The index can be negative.
See Also