2024 Method
Changes 0
M

FabricationPart.SetPartCustomDataInteger

Description:
Set the custom data integer value for the specified custom data.
public void SetPartCustomDataInteger(
	int customId,
	int value
)
  • Int32
    customId
    The identifier of the custom data field to set.
  • Int32
    value
    The integer value of the custom data. If the data is not an integer type the value will be parsed according to the fabrication confifuration rules.