IFCPropertyMappingInfo
Description:
Represents the IFC property mapping information stored in the template.
Represents the IFC property mapping information stored in the template.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFCPropertyMappingInfo
System.Object
Autodesk.Revit.DB.IFCPropertyMappingInfo
public class IFCPropertyMappingInfo : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IFCPropertyMappingInfo() | None | Constructs a new IFCPropertyMappingInfo with default values. | |
| IFCPropertyMappingInfo(Boolean, String, ElementId, String) | None | Constructs a new IFCPropertyMappingInfo with input values. The flag that indicates whether the property is included in export. The property name. The Revit property id. The Revit property id. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the IFCPropertyMappingInfo | |
| 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 |
| IsValidMappingInfo(IFCPropertyMappingInfo) | Boolean | Defines whether the mapping info contains meaningful data. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ExportFlag | bool | Whether or not the property is included in export. | |
| IFCPropertyName | string | The IFC property name. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| RevitPropertyId | ElementId | The Revit property id. | |
| RevitPropertyName | string | The Revit property name. |