IFCParameterTemplate.AddPropertyMappingInfo
Description:
Adds a property mapping info to the property set.
Adds a property mapping info to the property set.
public void AddPropertyMappingInfo(
PropertySetupType propertySetupType,
string propertySetName,
IFCPropertyMappingInfo propertyMappingInfo
)
-
propertySetupTypeThe property setup type.
-
StringpropertySetNameThe property set name.
-
propertyMappingInfoThe property mapping info.
-
The mapping info is invalid. -or- A property set with the given name is not present in the template.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration