IFCPropertyMappingInfo Class

Represents the IFC property mapping information stored in the template.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBIFCPropertyMappingInfo

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class IFCPropertyMappingInfo : IDisposable

The IFCPropertyMappingInfo type exposes the following members.

Constructors
 NameDescription
Public methodIFCPropertyMappingInfo Constructs a new IFCPropertyMappingInfo with default values.
Public methodIFCPropertyMappingInfo(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.
Top
Properties
 NameDescription
Public propertyExportFlag Whether or not the property is included in export.
Public propertyIFCPropertyName The IFC property name.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyRevitPropertyId The Revit property id.
Public propertyRevitPropertyName The Revit property name.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the IFCPropertyMappingInfo
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIsValidMappingInfo Defines whether the mapping info contains meaningful data.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also