2027 Method
Changes 0
M

FabricationConfiguration.GetAllSpecifications

Description:
Gets all specification identifiers in the fabrication configuration.
Remarks:
If a part is passed, only returns specifications which are valid for the part, otherwise returns all specifications.
public IList<int> GetAllSpecifications(
	FabricationPart part
)
Return Value IList<Int32> An array of specification identifiers.