TransmissionData.GetDesiredReferenceData
Method
Description:
Gets the ExternalFileReference representing path and load status information to be used the next time this TransmissionData's document is loaded.
Gets the ExternalFileReference representing path and load status information to be used the next time this TransmissionData's document is loaded.
Parameters
Parameter | Type | Description |
---|---|---|
elemId | ElementId | The ElementId of the Element which the external file reference is a component of. |
Return Value
Type | Description |
---|---|
ExternalFileReference | An ExternalFileReference containing the requested path and load status information for an external file |
Exceptions
Exception | Condition |
---|---|
ArgumentException | elemId does not correspond to an ExternalFileReference contained in this TransmissionData. |
ArgumentNullException | A non-optional argument was null |