Gets whether mapcheck across chord is enabled or disabled.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean EnableMapcheckAcrossChord { get; }
VB
Public ReadOnly Property EnableMapcheckAcrossChord As PropertyBoolean Get
C++
public: property PropertyBoolean^ EnableMapcheckAcrossChord { PropertyBoolean^ get (); }