ExtendedPropertiesLinkLoadContent Class

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
SystemObject
  Autodesk.Revit.DBExternalResourceLoadContent
    Autodesk.Revit.DB.ExternalDataExtendedPropertiesLinkLoadContent

Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class ExtendedPropertiesLinkLoadContent : ExternalResourceLoadContent

The ExtendedPropertiesLinkLoadContent type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
(Inherited from ExternalResourceLoadContent)
Public propertyLoadStatus A value to indicate the status of an external resource load operation. IExternalResourceServers should set this in the LoadResource() method.
(Inherited from ExternalResourceLoadContent)
Public propertyVersion The version of the external data that the server is providing in this object.
(Inherited from ExternalResourceLoadContent)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from ExternalResourceLoadContent)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetExtendedPropertiesLinkData Sets the extended properties data from the external server.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also