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.4.2516.0

Syntax

C#
public void GetIndexRange(
	ref int minColIndex,
	ref int minRowIndex,
	ref int maxColIndex,
	ref int maxRowIndex
)
Visual Basic
Public Sub GetIndexRange ( _
	ByRef minColIndex As Integer, _
	ByRef minRowIndex As Integer, _
	ByRef maxColIndex As Integer, _
	ByRef maxRowIndex As Integer _
)
Visual C++
public:
void GetIndexRange(
	int% minColIndex, 
	int% minRowIndex, 
	int% maxColIndex, 
	int% maxRowIndex
)

Parameters

minColIndex
Type: System..::..Int32%
minRowIndex
Type: System..::..Int32%
maxColIndex
Type: System..::..Int32%
maxRowIndex
Type: System..::..Int32%

Remarks

The index can be negative.

See Also