Gets or sets whether to show tooltips for the Entity.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool ShowToolTip { get; set; }
VB
Public Property ShowToolTip As Boolean Get Set
C++
public: property bool ShowToolTip { bool get (); void set (bool value); }