2027 Method
Changes 0
M

FabricationConfiguration.GetAllInsulationSpecifications

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