<Code Lib>
M

IFCParameterTemplate.AddPropertySet

Description:
Adds a property set to the template.

public void AddPropertySet(
	PropertySetupType propertySetupType,
	bool exportFlag,
	string propertySetName
)

  • propertySetupType
    The property setup type.
  • Boolean
    exportFlag
    The flag that indicates whether the property set is included in export.
  • String
    propertySetName
    The property set name.

Loading…