PartsCreateNewPartInstance Method

Creates a new instance of a part.

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 int CreateNewPartInstance(
	NewPartInstanceArgs args
)

Parameters

args
Type: BBNCExtensions.API.PartsNewPartInstanceArgs
The NewPartInstanceArgs object containing metadata for the part to be created.

Return Value

Type: Int32
The ID for the newly created part.