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

Reservation check-in input struct. More...

Public Member Functions

 CheckinInput (bool allowRemoteInitial, bool explicitCheckInInitial, bool includeSecondaryInitial)
 Constructor for the CheckinInput struct. More...
 

Public Attributes

bool AllowRemote
 True to allow remote check in, false otherwise. More...
 
bool ExplicitCheckIn
 True to perform explicit check in, false otherwise. More...
 
bool IncludeSecondary
 True to check out secondary dataset, false otherwise. More...
 

Detailed Description

Reservation check-in input struct.

Constructor & Destructor Documentation

NXOpen::PDM::PdmPart::CheckinInput::CheckinInput ( bool  allowRemoteInitial,
bool  explicitCheckInInitial,
bool  includeSecondaryInitial 
)

Constructor for the CheckinInput struct.

Parameters
allowRemoteInitialTrue to allow remote check in, false otherwise
explicitCheckInInitialTrue to perform explicit check in, false otherwise
includeSecondaryInitialTrue to check out secondary dataset, false otherwise

Member Data Documentation

bool NXOpen::PDM::PdmPart::CheckinInput::AllowRemote

True to allow remote check in, false otherwise.

bool NXOpen::PDM::PdmPart::CheckinInput::ExplicitCheckIn

True to perform explicit check in, false otherwise.

bool NXOpen::PDM::PdmPart::CheckinInput::IncludeSecondary

True to check out secondary dataset, false otherwise.


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