M

IFCUserDefinedPropertySet.Create

Description:
Create an IFC user-defined property set with default values.
public static IFCUserDefinedPropertySet Create(
	Document document,
	string name
)
  • document
    The document where created property set is saved.
  • String
    name
    The name specified to this property set.
Return Value IFCUserDefinedPropertySet The new property set instance.