Gets the boolean value that specifies whether apply supplementing.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean ApplySupplementing { get; }
VB
Public ReadOnly Property ApplySupplementing As PropertyBoolean Get
C++
public: property PropertyBoolean^ ApplySupplementing { PropertyBoolean^ get (); }