Adds a property mapping info to the property set.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void AddPropertyMappingInfo(
PropertySetupType propertySetupType,
string propertySetName,
IFCPropertyMappingInfo propertyMappingInfo
)
Parameters
- propertySetupType PropertySetupType
-
The property setup type.
- propertySetName String
-
The property set name.
- propertyMappingInfo IFCPropertyMappingInfo
-
The property mapping info.
Exceptions
See Also
Reference