2027 Class
Changes 8
C

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.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExternalResourceLoadContent
    Autodesk.Revit.DB.ExternalData.ExtendedPropertiesLinkLoadContent
Name Return Type Description Inherited From
M Dispose() None (Inherited from ExternalResourceLoadContent ) ExternalResourceLoadContent
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetExtendedPropertiesLinkData(ExtendedPropertiesLinkData) None Sets the extended properties data from the external server.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity. (Inherited from ExternalResourceLoadContent ) ExternalResourceLoadContent
P 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
P Version string The version of the external data that the server is providing in this object. (Inherited from ExternalResourceLoadContent ) ExternalResourceLoadContent