IFCPropertyMappingInfo(Boolean, String, ElementId, String) Constructor |
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.0.4.0 (26.0.4.0)
Syntaxpublic IFCPropertyMappingInfo(
bool exportFlag,
string ifcPropertyName,
ElementId revitPropertyId,
string revitPropertyName
)
Public Sub New (
exportFlag As Boolean,
ifcPropertyName As String,
revitPropertyId As ElementId,
revitPropertyName As String
)
public:
IFCPropertyMappingInfo(
bool exportFlag,
String^ ifcPropertyName,
ElementId^ revitPropertyId,
String^ revitPropertyName
)
new :
exportFlag : bool *
ifcPropertyName : string *
revitPropertyId : ElementId *
revitPropertyName : string -> IFCPropertyMappingInfo
Parameters
- exportFlag Boolean
-
- ifcPropertyName String
-
- revitPropertyId ElementId
-
- revitPropertyName String
-
Exceptions
See Also