IFCUserDefinedProperty
Description:
Represents the IFC property stored in the property set.
Represents the IFC property stored in the property set.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFCUserDefinedProperty
System.Object
Autodesk.Revit.DB.IFCUserDefinedProperty
public class IFCUserDefinedProperty : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IFCUserDefinedProperty() | None | Constructs a new IFCUserDefinedProperty with default values. | |
| IFCUserDefinedProperty(String, ElementId, String, String, IFCUserDefinedPropertyType, String) | None | 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 |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the IFCUserDefinedProperty | |
| 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 |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| DataType | string | The data type of the property. | |
| DataTypeDefined | string | The defined value data type of the table property. | |
| IFCPropertyName | string | The IFC property name. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| PropertyType | IFCUserDefinedPropertyType | The type of the property. | |
| RevitPropertyId | ElementId | The Revit property id. | |
| RevitPropertyName | string | The Revit property name. |