NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::AME::PrintPagesBuilder Class Reference

JA class for the PrintPages dialog
To create a new instance of this class, use NXOpen::AME::AMEManager::CreatePrintPagesBuilder

Created in NX1847.0.0. More...

Inheritance diagram for NXOpen::AME::PrintPagesBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

void AddSelectedPages (const std::vector< NXOpen::NXObject * > &pages)
 Set the pages to be printed. More...
 
int Copies ()
 Returns the number of copies. More...
 
NXString PrinterText ()
 Returns the printer text. More...
 
void SetCopies (int copies)
 Sets the number of copies. More...
 
void SetPrinterText (const NXString &printer)
 Sets the printer text. More...
 
void SetPrinterText (const char *printer)
 Sets the printer text. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

JA class for the PrintPages dialog
To create a new instance of this class, use NXOpen::AME::AMEManager::CreatePrintPagesBuilder

Created in NX1847.0.0.


Member Function Documentation

void NXOpen::AME::PrintPagesBuilder::AddSelectedPages ( const std::vector< NXOpen::NXObject * > &  pages)

Set the pages to be printed.


Created in NX1847.0.0.

License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
pagespages
int NXOpen::AME::PrintPagesBuilder::Copies ( )

Returns the number of copies.

This option specifies the number of copies to be printed


Created in NX1847.0.0.

License requirements : None

NXString NXOpen::AME::PrintPagesBuilder::PrinterText ( )

Returns the printer text.

The printer field represents the full path name of the printer the user wishes to print to.


Created in NX1847.0.0.

License requirements : None

void NXOpen::AME::PrintPagesBuilder::SetCopies ( int  copies)

Sets the number of copies.

This option specifies the number of copies to be printed


Created in NX1847.0.0.

License requirements : None

Parameters
copiescopies
void NXOpen::AME::PrintPagesBuilder::SetPrinterText ( const NXString printer)

Sets the printer text.

The printer field represents the full path name of the printer the user wishes to print to.


Created in NX1847.0.0.

License requirements : None

Parameters
printerprinter
void NXOpen::AME::PrintPagesBuilder::SetPrinterText ( const char *  printer)

Sets the printer text.

The printer field represents the full path name of the printer the user wishes to print to.


Created in NX1847.0.0.

License requirements : None

Parameters
printerprinter

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