Gets the location of the geometry point.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Point3d Location { get; }
VB
Public ReadOnly Property Location As Point3d Get
C++
public: property Point3d Location { Point3d get (); }