IExternalDataManagerServerGetContentTools Method

Obtains the content tool items of the selected data

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
IList<ExternalDataManagerTool> GetContentTools(
	Document document
)

Parameters

document  Document
The document.

Return Value

IListExternalDataManagerTool
The content tool items of the selected data.
Remarks
The returned tool structure is used to build the context-sensitive content tools shown above the data grid and the right-click menu. The server can tailor the list based on current selection.
See Also