2026 Class
Changes 7
C

IFCPropertyMappingInfo

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