Specifies whether to display tooltips by default for new objects.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean NewEntityToolTipState { get; }
VB
Public ReadOnly Property NewEntityToolTipState As PropertyBoolean Get
C++
public: property PropertyBoolean^ NewEntityToolTipState { PropertyBoolean^ get (); }