NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Drafting::DrawingAutomationWizard Class Reference

Represents callback data for the drawing automation wizard. More...

Inheritance diagram for NXOpen::Drafting::DrawingAutomationWizard:
NXOpen::TransientObject

Public Member Functions

NXOpen::Drafting::DrawingCreationWizardBuilderBuilder ()
 Returns the drawing automation wizard builder
Created in NX8.5.3. More...
 
bool ContinueProcessing ()
 Returns the flag denoting whether or not to create the booklet in the current session
Created in NX8.5.3. More...
 
int ErrorCode ()
 Returns the error code to be returned from the callback
Created in NX8.5.3. More...
 
NXOpen::PartPart ()
 Returns the part from which the booklet drawings are created
Created in NX8.5.3. More...
 
void SetBuilder (NXOpen::Drafting::DrawingCreationWizardBuilder *builder)
 Sets the drawing automation wizard builder
Created in NX8.5.3. More...
 
void SetContinueProcessing (bool continueProcessing)
 Sets the flag denoting whether or not to create the booklet in the current session
Created in NX8.5.3. More...
 
void SetErrorCode (int errorCode)
 Sets the error code to be returned from the callback
Created in NX8.5.3. More...
 
void SetPart (NXOpen::Part *part)
 Sets the part from which the booklet drawings are created
Created in NX8.5.3. More...
 
virtual ~DrawingAutomationWizard ()
 Free resources associated with the instance. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents callback data for the drawing automation wizard.


Created in NX8.5.3.

Constructor & Destructor Documentation

virtual NXOpen::Drafting::DrawingAutomationWizard::~DrawingAutomationWizard ( )
virtual

Free resources associated with the instance.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX8.5.3.

License requirements : None

Member Function Documentation

NXOpen::Drafting::DrawingCreationWizardBuilder* NXOpen::Drafting::DrawingAutomationWizard::Builder ( )

Returns the drawing automation wizard builder
Created in NX8.5.3.



License requirements : None

bool NXOpen::Drafting::DrawingAutomationWizard::ContinueProcessing ( )

Returns the flag denoting whether or not to create the booklet in the current session
Created in NX8.5.3.



License requirements : None

int NXOpen::Drafting::DrawingAutomationWizard::ErrorCode ( )

Returns the error code to be returned from the callback
Created in NX8.5.3.



License requirements : None

NXOpen::Part* NXOpen::Drafting::DrawingAutomationWizard::Part ( )

Returns the part from which the booklet drawings are created
Created in NX8.5.3.



License requirements : None

void NXOpen::Drafting::DrawingAutomationWizard::SetBuilder ( NXOpen::Drafting::DrawingCreationWizardBuilder builder)

Sets the drawing automation wizard builder
Created in NX8.5.3.



License requirements : None

Parameters
builderdrawing automation wizard builder
void NXOpen::Drafting::DrawingAutomationWizard::SetContinueProcessing ( bool  continueProcessing)

Sets the flag denoting whether or not to create the booklet in the current session
Created in NX8.5.3.



License requirements : None

Parameters
continueProcessingflag denoting whether or not to create the booklet in the current session
void NXOpen::Drafting::DrawingAutomationWizard::SetErrorCode ( int  errorCode)

Sets the error code to be returned from the callback
Created in NX8.5.3.



License requirements : None

Parameters
errorCodeerror code returned from callback
void NXOpen::Drafting::DrawingAutomationWizard::SetPart ( NXOpen::Part part)

Sets the part from which the booklet drawings are created
Created in NX8.5.3.



License requirements : None

Parameters
partpart from which the booklet drawings are created

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