<Code Lib>
2023 Method
Changes 0
M

FabricationPart.GetPartCustomDataText

Description:
Get custom data text for the specified custom data.

public string GetPartCustomDataText(
	int customId
)

  • Int32
    customId
    The identifier of the custom data field to get.
Return Value string Returns the text of the custom data. If the data is a number it will be formatted according to the fabrication configuration's rules.

Loading…