FabricationConfiguration.GetAllInsulationSpecifications
Description:
Gets all insulation specification identifiers in the fabrication configuration.
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.
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
)
-
pFabPartThe fabrication part.
Return Value
IList<Int32>
An array of insulation specification identifiers.