IFCUserDefinedProperty Class

Represents the IFC property stored in the property set.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBIFCUserDefinedProperty

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

The IFCUserDefinedProperty type exposes the following members.

Constructors
 NameDescription
Public methodIFCUserDefinedProperty Constructs a new IFCUserDefinedProperty with default values.
Public methodIFCUserDefinedProperty(String, ElementId, String, String, IFCUserDefinedPropertyType, String) Constructs a new IFCUserDefinedProperty with input values. The property name. The Revit property id. The Revit property name. The data type of the property. The type of the property. The defined value data type of the table property.
Top
Properties
 NameDescription
Public propertyDataType The data type of the property.
Public propertyDataTypeDefined The defined value data type of the table property.
Public propertyIFCPropertyName The IFC property name.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyPropertyType The type of the property.
Public propertyRevitPropertyId The Revit property id.
Public propertyRevitPropertyName The Revit property name.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the IFCUserDefinedProperty
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)
Top
See Also