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.280
Syntax
C#
public void GetIndexRange( ref int minColIndex, ref int minRowIndex, ref int maxColIndex, ref int maxRowIndex )
VB
Public Sub GetIndexRange ( ByRef minColIndex As Integer, ByRef minRowIndex As Integer, ByRef maxColIndex As Integer, ByRef maxRowIndex As Integer )
C++
public: void GetIndexRange( int% minColIndex, int% minRowIndex, int% maxColIndex, int% maxRowIndex )
Parameters
- minColIndex Int32
- minRowIndex Int32
- maxColIndex Int32
- maxRowIndex Int32