Organizer.RegisterPart Method

Registers a part in the organizer database
Public Shared Function RegisterPart( _ 
ByVal part As Object, _ 
Optional ByVal releasedforproduction As Boolean = true _ 
) As Integer
This language is not supported or no code example is available.
public static int RegisterPart( 
object part
bool releasedforproduction = true 
)
This language is not supported or no code example is available.
public:  
static int RegisterPart( 
object^ part
bool releasedforproduction 
)
This language is not supported or no code example is available.
public static function RegisterPart( 
part : object
releasedforproduction : boolean 
) : int;
This language is not supported or no code example is available.

Parameters

part
object

The part to register

releasedforproduction
bool

If the released flag should be set

Return Value

int

-1 if fail otherwise the Part ID

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition