ExtendedPropertiesLinkLoadContent
Description:
Represents the data needed to establish or update an ExtendedPropertiesLink. To be used as the result of invoking an external server in order to update or create an ExtendedPropertiesLink.
Represents the data needed to establish or update an ExtendedPropertiesLink. To be used as the result of invoking an external server in order to update or create an ExtendedPropertiesLink.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExternalResourceLoadContent
Autodesk.Revit.DB.ExternalData.ExtendedPropertiesLinkLoadContent
System.Object
Autodesk.Revit.DB.ExternalResourceLoadContent
Autodesk.Revit.DB.ExternalData.ExtendedPropertiesLinkLoadContent
public class ExtendedPropertiesLinkLoadContent : ExternalResourceLoadContent
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | (Inherited from ExternalResourceLoadContent ) | ExternalResourceLoadContent |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| SetExtendedPropertiesLinkData(ExtendedPropertiesLinkData) | None | Sets the extended properties data from the external server. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. (Inherited from ExternalResourceLoadContent ) | ExternalResourceLoadContent |
| LoadStatus | ExternalResourceLoadStatus | A value to indicate the status of an external resource load operation. IExternalResourceServers should set this in the LoadResource() method. (Inherited from ExternalResourceLoadContent ) | ExternalResourceLoadContent |
| Version | string | The version of the external data that the server is providing in this object. (Inherited from ExternalResourceLoadContent ) | ExternalResourceLoadContent |