NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::PDM::PdmPart::CheckoutInput Struct Reference

Reservation check-out input struct. More...

Public Member Functions

 CheckoutInput (const NXString &inputCommentInitial, const NXString &inputChangeIdInitial, bool allowRemoteInitial, bool explicitCheckOutInitial, bool includeSecondaryInitial)
 Constructor for the CheckoutInput struct. More...
 

Public Attributes

bool AllowRemote
 True to allow remote check out, false otherwise. More...
 
bool ExplicitCheckOut
 True to perform explicit check out, false otherwise. More...
 
bool IncludeSecondary
 True to check out secondary dataset, false otherwise. More...
 
NXString InputChangeId
 inputchangeid More...
 
NXString InputComment
 inputcomment More...
 

Detailed Description

Reservation check-out input struct.

Constructor & Destructor Documentation

NXOpen::PDM::PdmPart::CheckoutInput::CheckoutInput ( const NXString inputCommentInitial,
const NXString inputChangeIdInitial,
bool  allowRemoteInitial,
bool  explicitCheckOutInitial,
bool  includeSecondaryInitial 
)

Constructor for the CheckoutInput struct.

Parameters
inputCommentInitialinputcomment
inputChangeIdInitialinputchangeid
allowRemoteInitialTrue to allow remote check out, false otherwise
explicitCheckOutInitialTrue to perform explicit check out, false otherwise
includeSecondaryInitialTrue to check out secondary dataset, false otherwise

Member Data Documentation

bool NXOpen::PDM::PdmPart::CheckoutInput::AllowRemote

True to allow remote check out, false otherwise.

bool NXOpen::PDM::PdmPart::CheckoutInput::ExplicitCheckOut

True to perform explicit check out, false otherwise.

bool NXOpen::PDM::PdmPart::CheckoutInput::IncludeSecondary

True to check out secondary dataset, false otherwise.

NXString NXOpen::PDM::PdmPart::CheckoutInput::InputChangeId

inputchangeid

NXString NXOpen::PDM::PdmPart::CheckoutInput::InputComment

inputcomment


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.