NewEntityToolTipState Property

Specifies whether to display tooltips by default for new objects.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyBoolean NewEntityToolTipState { get; }

Visual Basic

Public ReadOnly Property NewEntityToolTipState As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ NewEntityToolTipState {
	PropertyBoolean^ get ();
}

See Also