Gets the PropertyBoolean value that specifies automatic turn on display component visible as the default setting for Surface commands.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean AutoTurnOnDispCompVisible { get; }
VB
Public ReadOnly Property AutoTurnOnDispCompVisible As PropertyBoolean Get
C++
public: property PropertyBoolean^ AutoTurnOnDispCompVisible { PropertyBoolean^ get (); }