<Code Lib>
2021 Method
Changes 0
M

FabricationConfiguration.DamperExists

Description:
Checks to see if the specified damper exists.

public bool DamperExists(
	int damperId
)

  • Int32
    damperId
    The damper identifier to check.
Return Value bool Returns true if the damper exists.

Loading…