IFCParameterTemplate.SetPropertySetExportingFlag
Description:
Define whether the provided property set must be included in export.
Define whether the provided property set must be included in export.
public void SetPropertySetExportingFlag(
PropertySetupType propertySetupType,
string propertySetName,
bool exportFlag
)
-
propertySetupTypeThe property setup type.
-
StringpropertySetNameThe property set name.
-
BooleanexportFlagThe export flag.
-
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