FabricationPartType.Create
Description:
Creates a fabrication part type element based on a specific fabrication servic button and condition.
Creates a fabrication part type element based on a specific fabrication servic button and condition.
public static FabricationPartType Create(
Document document,
FabricationServiceButton button,
int condition
)
-
documentThe document.
-
buttonThe fabrication service button.
-
Int32conditionThe condition index.
-
Fabrication service button contains invalid fittings.
-
A non-optional argument was null
-
The index condition is not larger or equal to 0 and less than ConditionCount.
-
The fabrication part type already exists.