Share

SettingsObjectLayers.ObjectControlledByLayer Property

Specifies whether object display is controlled by layer visibility.



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

Syntax

C#

public bool ObjectControlledByLayer { get; set; }

VB

Public Property ObjectControlledByLayer As Boolean
	Get
	Set

C++

public:
property bool ObjectControlledByLayer {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?