Share

SettingsAmbient.SettingsGeneral.ShowToolTips Property

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 ();
}

Property Value

PropertyBoolean

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

Reference

Was this information helpful?