<Code Lib>
2027 Class
Changes 8
C

IFCUserDefinedProperty

Description:
Represents the IFC property stored in the property set.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFCUserDefinedProperty

public class IFCUserDefinedProperty : IDisposable

Name Return Type Description Inherited From
C IFCUserDefinedProperty() IFCUserDefinedProperty Constructs a new IFCUserDefinedProperty with default values.
C IFCUserDefinedProperty(String, ElementId, String, String, IFCUserDefinedPropertyType, String) IFCUserDefinedProperty 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.

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the IFCUserDefinedProperty
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object

Name Return Type Description Inherited From
P DataType string The data type of the property.
P DataTypeDefined string The defined value data type of the table property.
P IFCPropertyName string The IFC property name.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P PropertyType IFCUserDefinedPropertyType The type of the property.
P RevitPropertyId ElementId The Revit property id.
P RevitPropertyName string The Revit property name.

Loading…