2027 Method
Changes 0
M

HVACLoadSpaceType.Create

Description:
Creates a space type.
public static HVACLoadSpaceType Create(
	Document document,
	string name
)
  • document
    The document.
  • String
    name
    The space type name.
Return Value HVACLoadSpaceType The new space type.
  • name is an empty string or contains only whitespace. -or- name cannot include prohibited characters, such as "{, }, [, ], |, ;, less-than sign, greater-than sign, ?, `, ~". -or- The given value for name is already in use as a space type name.
  • A non-optional argument was null