<Code Lib>
2025.3 Method
Changes 0
M

HVACLoadBuildingType.IsNameUnique(Document, String)

Description:
Determines whether a potential building type name is unique.
Overloads (2):
IsNameUnique(Document,String)

public static bool IsNameUnique(
	Document document,
	string name
)

  • document
    The document.
  • String
    name
    The candidate name.
Return Value Boolean Boolean

Loading…