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.4.2516.0

Syntax

C#
public PropertyBoolean ShowToolTips { get; }
Visual Basic
Public ReadOnly Property ShowToolTips As PropertyBoolean
	Get
Visual C++
public:
property PropertyBoolean^ ShowToolTips {
	PropertyBoolean^ get ();
}

Remarks

For example, if you move your cursor near an alignment, you see a tooltip that shows the station and offset location of the cursor. Tooltips can also show surface elevation, point, profile, and section information. NoteYou can also control tooltip display at the feature settings level and by editing the properties of an individual object.

See Also