Specifies whether object display is controlled by layer visibility.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public bool ObjectControlledByLayer { get; set; }
Visual Basic
Public Property ObjectControlledByLayer As Boolean
Get
Set
Visual C++
public: property bool ObjectControlledByLayer { bool get (); void set (bool value); }