RVTDocs.com

TransferringProjectStandardsEventArgs.SetExternalItems

Method
Description:
Sets the collection of externally added items which should be shown in the Transfer Project Standards dialog as options.
Remarks:
The externally added items that the user opted to transfer will be reported in the args to the TransferredProjectStandards event.
Syntax
public void SetExternalItems(
	IDictionary<Guid, string> externalItems
)
Parameters
Parameter Type Description
externalItems IDictionary The external items which are displayed in the Transfer Project Standards UI. GUIDvalue is used to identify the external item string.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null