Gets the collection of externally added items that the user opted to enable for transfer in the Transfer Project Standards dialog.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2017.2
Syntax
C# |
---|
public IDictionary<Guid, string> GetSelectedExternalItems() |
Visual Basic |
---|
Public Function GetSelectedExternalItems As IDictionary(Of Guid, String) |
Visual C++ |
---|
public:
IDictionary<Guid, String^>^ GetSelectedExternalItems() |
Return Value
External items user wants to transfer.
Remarks
See Also