Specifies the type of projection for the Elevation target.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public GradingElevationProjectionType ElevationProjectionType { get; set; }
VB
Public Property ElevationProjectionType As GradingElevationProjectionType Get Set
C++
public: property GradingElevationProjectionType ElevationProjectionType { GradingElevationProjectionType get (); void set (GradingElevationProjectionType value); }