Specifies whether or not to create curb return alignments.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean CreateCurbReturnAlignments { get; }
VB
Public ReadOnly Property CreateCurbReturnAlignments As PropertyBoolean Get
C++
public: property PropertyBoolean^ CreateCurbReturnAlignments { PropertyBoolean^ get (); }