ExtendedPropertiesLinkData
Description:
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.
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:
System.Object
Autodesk.Revit.DB.ExternalData.ExtendedPropertiesLinkData
System.Object
Autodesk.Revit.DB.ExternalData.ExtendedPropertiesLinkData
public class ExtendedPropertiesLinkData : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ExtendedPropertiesLinkData() | None | Constructs an empty object which can be used to add parameter schemas, bindings, and values. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AddParameterSchemaWithBindings(ForgeTypeId, ExtendedPropertiesBindings) | None | Adds a schema id to the extended properties link. | |
| AddValues(LinkElementId, ExtendedPropertiesLinkValues) | Boolean | Adds the provided parameter values to the Revit Element identified by %elementId%. | |
| Dispose() | None | Releases all resources used by the ExtendedPropertiesLinkData | |
| 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 |
| HasSchema(ForgeTypeId) | Boolean | Queries whether the schema already exists in this data. | |
| IsValidContainerName(String) | Boolean | Validates that the given name is valid for use as the container name of an extended properties link. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ContainerName | string | The extended properties container name used as a custom group in the properties palette. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| Region | string | The region of the account that contains the parameter definitions. |