ExtendedPropertiesLinkData Class

Represents the data needed to establish or update an ExtendedPropertiesLink. To be used as part of the result of invoking an external server in order to update or create an ExtendedPropertiesLink.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.ExternalDataExtendedPropertiesLinkData

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

The ExtendedPropertiesLinkData type exposes the following members.

Constructors
 NameDescription
Public methodExtendedPropertiesLinkData Constructs an empty object which can be used to add parameter schemas, bindings, and values.
Top
Properties
 NameDescription
Public propertyContainerName The extended properties container name used as a custom group in the properties palette.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyRegion The region of the account that contains the parameter definitions.
Top
Methods
 NameDescription
Public methodAddParameterSchemaWithBindings Adds a schema id to the extended properties link.
Public methodAddValues Adds the provided parameter values to the Revit Element identified by %elementId%.
Public methodDisposeReleases all resources used by the ExtendedPropertiesLinkData
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 methodHasSchema Queries whether the schema already exists in this data.
Public methodStatic memberIsValidContainerName Validates that the given name is valid for use as the container name of an extended properties link.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also