PdmPartCheckoutInput_Struct Struct

NXOpen.PDM.PdmPart.CheckoutInput is an alias for NXOpen.PDM.PdmPartCheckoutInput_Struct

class NXOpen.PDM.PdmPartCheckoutInput_Struct

Bases: object

Reservation check-out input struct

Fields

Field Description
InputComment  
InputChangeId  
AllowRemote True to allow remote check out, false otherwise
ExplicitCheckOut True to perform explicit check out, false otherwise
IncludeSecondary True to check out secondary dataset, false otherwise

InputComment

PdmPartCheckoutInput_Struct.InputComment

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

Getter Method Signature InputComment()

Returns:
Return type:str

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

Setter Method

Signature InputComment(value)

Parameters:value (str) –

InputChangeId

PdmPartCheckoutInput_Struct.InputChangeId

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

Getter Method Signature InputChangeId()

Returns:
Return type:str

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

Setter Method

Signature InputChangeId(value)

Parameters:value (str) –

AllowRemote

PdmPartCheckoutInput_Struct.AllowRemote

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

Getter Method Signature AllowRemote()

Returns:
Return type:bool

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

Setter Method

Signature AllowRemote(value)

Parameters:value (bool) –

ExplicitCheckOut

PdmPartCheckoutInput_Struct.ExplicitCheckOut

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

Getter Method Signature ExplicitCheckOut()

Returns:
Return type:bool

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

Setter Method

Signature ExplicitCheckOut(value)

Parameters:value (bool) –

IncludeSecondary

PdmPartCheckoutInput_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) –