<Code Lib>
M

FabricationConfiguration.StiffenerExists

Description:
Checks to see if the specified stiffener exists in the fabrication database.

public bool StiffenerExists(
	int stiffenerId
)

  • Int32
    stiffenerId
    The stiffener identifier to check.
Return Value Boolean Returns true if the stiffener exists.

Loading…