IFCParameterTemplateAddPropertyMappingInfo Method |
Adds a property mapping info to the property set.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void AddPropertyMappingInfo(
PropertySetupType propertySetupType,
string propertySetName,
IFCPropertyMappingInfo propertyMappingInfo
)
Public Sub AddPropertyMappingInfo (
propertySetupType As PropertySetupType,
propertySetName As String,
propertyMappingInfo As IFCPropertyMappingInfo
)
public:
void AddPropertyMappingInfo(
PropertySetupType propertySetupType,
String^ propertySetName,
IFCPropertyMappingInfo^ propertyMappingInfo
)
member AddPropertyMappingInfo :
propertySetupType : PropertySetupType *
propertySetName : string *
propertyMappingInfo : IFCPropertyMappingInfo -> unit
Parameters
- propertySetupType PropertySetupType
-
The property setup type.
- propertySetName String
-
The property set name.
- propertyMappingInfo IFCPropertyMappingInfo
-
The property mapping info.
Exceptions
See Also