Specifies the fixed distance from the footprint for the projection.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyDouble ProjectionDistance { get; }
VB
Public ReadOnly Property ProjectionDistance As PropertyDouble Get
C++
public: property PropertyDouble^ ProjectionDistance { PropertyDouble^ get (); }