Specifies whether to display tooltips in the drawing. This setting does not affect tooltips for toolbar icons.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean ShowToolTips { get; }
VB
Public ReadOnly Property ShowToolTips As PropertyBoolean Get
C++
public: property PropertyBoolean^ ShowToolTips { PropertyBoolean^ get (); }