ExternalDataManagerCommandTooltip Property

The tooltip of the command.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public string Tooltip { get; set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null
Remarks
The tooltip will be shown in UI, so it should be localized.
See Also