<Code Lib>
2027 Method
Changes 8
M

IFCUserDefinedPropertySet.FindPropertySetByName

Description:
Returns property set element by name.

public static IFCUserDefinedPropertySet FindPropertySetByName(
	Document document,
	string name
)

  • document
    The document to find the property set with the specified name.
  • String
    name
    Name of the property set to find.
Return Value IFCUserDefinedPropertySet The property set element, or if not found.

Loading…