Constructor of GridLocation
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic GridLocation(
int columnIndex,
int rowIndex
)
Public Sub New (
columnIndex As Integer,
rowIndex As Integer
)
public:
GridLocation(
int columnIndex,
int rowIndex
)
Parameters
- columnIndex Int32
-
- rowIndex Int32
-
See Also