PartsGetPartTypeInfoByName Method

Gets a PartTypeInfo object for the part type of a specified name.

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 PartTypeInfo GetPartTypeInfoByName(
	string PartTypeName
)

Parameters

PartTypeName
Type: SystemString
The name of the part type.

Return Value

Type: PartTypeInfo
A PartTypeInfo object.