PdmPartCheckinInput_Struct Struct

NXOpen.PDM.PdmPart.CheckinInput is an alias for NXOpen.PDM.PdmPartCheckinInput_Struct

class NXOpen.PDM.PdmPartCheckinInput_Struct

Bases: object

Reservation check-in input struct

Fields

Field Description
AllowRemote True to allow remote check in, false otherwise
ExplicitCheckIn True to perform explicit check in, false otherwise
IncludeSecondary True to check out secondary dataset, false otherwise

AllowRemote

PdmPartCheckinInput_Struct.AllowRemote

True to allow remote check in, false otherwise -------------------------------------

Getter Method Signature AllowRemote()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature AllowRemote(value)

Parameters:value (bool) –

ExplicitCheckIn

PdmPartCheckinInput_Struct.ExplicitCheckIn

True to perform explicit check in, false otherwise -------------------------------------

Getter Method Signature ExplicitCheckIn()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ExplicitCheckIn(value)

Parameters:value (bool) –

IncludeSecondary

PdmPartCheckinInput_Struct.IncludeSecondary

True to check out secondary dataset, false otherwise -------------------------------------

Getter Method Signature IncludeSecondary()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature IncludeSecondary(value)

Parameters:value (bool) –