Share

GridSurfaceVertex.GridLocation Property

Gets the location of the object as a GridLocation.



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

Syntax

C#

public GridLocation GridLocation { get; }

VB

Public ReadOnly Property GridLocation As GridLocation
	Get

C++

public:
property GridLocation GridLocation {
	GridLocation get ();
}

Property Value

GridLocation

See Also

Reference

Was this information helpful?