GridSurfaceVertexCollectionGetIndexRange Method |
Gets the minimum column index, minimum row index, maximum column index and maximum row index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void GetIndexRange(
ref int minColIndex,
ref int minRowIndex,
ref int maxColIndex,
ref int maxRowIndex
)
Public Sub GetIndexRange (
ByRef minColIndex As Integer,
ByRef minRowIndex As Integer,
ByRef maxColIndex As Integer,
ByRef maxRowIndex As Integer
)
public:
void GetIndexRange(
int% minColIndex,
int% minRowIndex,
int% maxColIndex,
int% maxRowIndex
)
Parameters
- minColIndex Int32
-
- minRowIndex Int32
-
- maxColIndex Int32
-
- maxRowIndex Int32
-
Remarks
The index can be negative.
See Also