SettingsAmbientSettingsGeneralShowToolTips Property |
Specifies whether to display tooltips in the drawing. This setting does not affect tooltips for toolbar icons.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyBoolean ShowToolTips { get; }
Public ReadOnly Property ShowToolTips As PropertyBoolean
Get
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