PartsGetAllPartsOfType Method

Gets a list of PartInfo objects for each part instance of a specified type.

Namespace: BBNCExtensions.API.Parts
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract List<PartInfo> GetAllPartsOfType(
	int PartTypeId
)

Parameters

PartTypeId
Type: SystemInt32
The ID of the part type.

Return Value

Type: ListPartInfo
A list of PartInfo objects.