Gets the new vertex location for the operation.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public Point2d NewLocation { get; }
VB
Public ReadOnly Property NewLocation As Point2d Get
C++
public: property Point2d NewLocation { Point2d get (); }