Share

GridLocation Constructor

Constructor of GridLocation



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public GridLocation(
	int columnIndex,
	int rowIndex
)

VB

Public Sub New ( 
	columnIndex As Integer,
	rowIndex As Integer
)

C++

public:
GridLocation(
	int columnIndex, 
	int rowIndex
)

Parameters

columnIndex  Int32
 
rowIndex  Int32
 

See Also

Reference

Was this information helpful?