<Code Lib>
2025.3 Method
Changes 1
M

UnitUtils.GetTypeCatalogStringForSpec

Description:
Gets the string used in type catalogs to identify a given measurable spec.

public static string GetTypeCatalogStringForSpec(
	ForgeTypeId specTypeId
)

  • specTypeId
    Identifier of the measurable spec.
Return Value String The type catalog string, or an empty string if the measurable spec cannot be used in type catalogs.

Loading…