<Code Lib>
2023 Method
Changes 0
M

FabricationPart.GetPartCustomDataInteger

Description:
Get custom data integer value for the specified custom data.

public int GetPartCustomDataInteger(
	int customId
)

  • Int32
    customId
    The identifier of the custom data field to get.
Return Value int Returns the integer of the custom data. If the data is not a number it will return 0.

Loading…