<Code Lib>
2025.3 Method
Changes 0
M

FabricationConfiguration.LocateSpecification

Description:
Gets the specification identifier by group and name.

public int LocateSpecification(
	string group,
	string name
)

  • String
    group
    The specification group.
  • String
    name
    The specification name.
Return Value Int32 The specification identifier. Returns -1 if not found.

Loading…