ExtendedPropertiesLinkLoadContentSetExtendedPropertiesLinkData Method

Sets the extended properties data from the external server.

Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public void SetExtendedPropertiesLinkData(
	ExtendedPropertiesLinkData data
)

Parameters

data  ExtendedPropertiesLinkData
The extended properties data to set.
Exceptions
ExceptionCondition
ArgumentException The extended properties data does not contain a valid container name.
ArgumentNullException A non-optional argument was null
See Also