Represents the IFC property mapping information stored in the template.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.IFCPropertyMappingInfo
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public class IFCPropertyMappingInfo : IDisposable
The IFCPropertyMappingInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | IFCPropertyMappingInfo() | Constructs a new IFCPropertyMappingInfo with default values. |
![]() | IFCPropertyMappingInfo(Boolean, String, ElementId, String) | 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. |
Properties
Name | Description | |
---|---|---|
![]() | ExportFlag | Whether or not the property is included in export. |
![]() | IFCPropertyName | The IFC property name. |
![]() | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
![]() | RevitPropertyId | The Revit property id. |
![]() | RevitPropertyName | The Revit property name. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the IFCPropertyMappingInfo |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() ![]() | IsValidMappingInfo | Defines whether the mapping info contains meaningful data. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |