EntityShowToolTip Property |
Gets or sets whether to show tooltips for the Entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool ShowToolTip { get; set; }
Public Property ShowToolTip As Boolean
Get
Set
public:
property bool ShowToolTip {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also