Gets the Turn Off Unassociated Layers setting.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean TurnOffUnassociatedLayers { get; }
VB
Public ReadOnly Property TurnOffUnassociatedLayers As PropertyBoolean Get
C++
public: property PropertyBoolean^ TurnOffUnassociatedLayers { PropertyBoolean^ get (); }