| Revit 2020 API |
| TransferringProjectStandardsEventArgs..::..GetExternalItems Method |
| TransferringProjectStandardsEventArgs Class See Also |
Gets the collection of externally added items which should be shown in the Transfer Project Standards dialog as options.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2017.2
Syntax
| C# |
|---|
public IDictionary<Guid, string> GetExternalItems() |
| Visual Basic |
|---|
Public Function GetExternalItems As IDictionary(Of Guid, String) |
| Visual C++ |
|---|
public: IDictionary<Guid, String^>^ GetExternalItems() |