Sets 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: 22.0.0.0 (22.1.1.0)
Since:
2017.2
Syntax
| C# |
|---|
public void SetExternalItems(
IDictionary<Guid, string> externalItems
) |
| Visual Basic |
|---|
Public Sub SetExternalItems ( _
externalItems As IDictionary(Of Guid, String) _
) |
| Visual C++ |
|---|
public:
void SetExternalItems(
IDictionary<Guid, String^>^ externalItems
) |
Parameters
- externalItems
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'Guid, String>)>)>
The external items which are displayed in the Transfer Project Standards UI.
GUIDvalue is used to identify the external item string.
Remarks
Exceptions
See Also