Share

SettingsAmbient.SettingsGeneral.IndependentLayerOn Property

Specifies whether object display is controlled by layer visibility, This is equivalent to SettingsObjectLayers.ObjectControlledByLayer



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyBoolean IndependentLayerOn { get; }

VB

Public ReadOnly Property IndependentLayerOn As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ IndependentLayerOn {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?