Share

CoordinationModelElementProperty Class

A class that defines a property of an element inside a Coordination Model.

Inheritance Hierarchy

System.Object
  Autodesk.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

 NameDescription
Public propertyGroup The name of the group of properties to which this property belongs to. E.g. Group = Identity Data.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyName The name of the property.
Public propertyValue The value of the property provided as a string.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the CoordinationModelElementProperty
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?