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.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IFCPropertyMappingInfo(
bool exportFlag,
string ifcPropertyName,
ElementId revitPropertyId,
string revitPropertyName
)
Parameters
- exportFlag Boolean
-
- ifcPropertyName String
-
- revitPropertyId ElementId
-
- revitPropertyName String
-
Exceptions
See Also
Reference