<Code Lib>
2023 Method
Changes 0
M

FabricationPart.AddPartCustomData

Description:
Add custom data type to the fabrication part. The new data gets the default value defined by the fabrication configuration.
Remarks:
The custom id must be positive.

public bool AddPartCustomData(
	int customId
)

  • Int32
    customId
    The identifier of the custom data field to add.
Return Value bool Returns true if the type was not already present.

Loading…