IFCParameterTemplate.IsExportingPropertySet
Description:
Determines whether the provided property set is included in export.
Determines whether the provided property set is included in export.
public bool IsExportingPropertySet(
PropertySetupType propertySetupType,
string propertySetName
)
-
propertySetupTypeThe property setup type.
-
StringpropertySetNameThe property set name.
-
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