A class that defines a property of an element inside a Coordination Model.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.ExternalData.CoordinationModelElementProperty
Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public class CoordinationModelElementProperty : IDisposable
The CoordinationModelElementProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Group | The name of the group of properties to which this property belongs to. E.g. Group = Identity Data. |
![]() | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
![]() | Name | The name of the property. |
![]() | Value | The value of the property provided as a string. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the CoordinationModelElementProperty |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |