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