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

Implements the properties for the Menu Applications
Created in NX1847.0.0. More...

Inheritance diagram for NXOpen::MenuBar::ApplicationProperties:
NXOpen::TransientObject

Public Member Functions

void AllowsMultipleWindowDesigns (bool allowsMultipleWindowDesigns)
 This application allows the display of multiple different parts in separate graphics windows at the same time. More...
 
void AllowsMultipleWindowViews (bool allowsMultipleWindowViews)
 This application allows more than one graphics window of the same displayed part (as in Windows->New Window). More...
 
void AllowsUndoOverApplicationChange (bool allowsUndoOverApplicationChange)
 This application allows undo over an application. More...
 
void SupportsDrawings (bool supportsDrawings)
 This application supports drawings. More...
 
void SupportsUndoWithinApplication (bool supportsUndo)
 This application supports undo within in the application. More...
 
virtual ~ApplicationProperties ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Implements the properties for the Menu Applications
Created in NX1847.0.0.


Constructor & Destructor Documentation

virtual NXOpen::MenuBar::ApplicationProperties::~ApplicationProperties ( )
virtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET and Java, his method is automatically called when the object is deleted by the garbage collector.
Created in NX6.0.0.

License requirements : None

Member Function Documentation

void NXOpen::MenuBar::ApplicationProperties::AllowsMultipleWindowDesigns ( bool  allowsMultipleWindowDesigns)

This application allows the display of multiple different parts in separate graphics windows at the same time.


Created in NX1847.0.0.

License requirements : None

Parameters
allowsMultipleWindowDesignsThis application allows multiple different parts
void NXOpen::MenuBar::ApplicationProperties::AllowsMultipleWindowViews ( bool  allowsMultipleWindowViews)

This application allows more than one graphics window of the same displayed part (as in Windows->New Window).


Created in NX1847.0.0.

License requirements : None

Parameters
allowsMultipleWindowViewsThis application allows multiple window views
void NXOpen::MenuBar::ApplicationProperties::AllowsUndoOverApplicationChange ( bool  allowsUndoOverApplicationChange)

This application allows undo over an application.


Created in NX1847.0.0.

License requirements : None

Parameters
allowsUndoOverApplicationChangeThis application allows an undo over application change
void NXOpen::MenuBar::ApplicationProperties::SupportsDrawings ( bool  supportsDrawings)

This application supports drawings.


Created in NX1847.0.0.

License requirements : None

Parameters
supportsDrawingsThis application support drawings
void NXOpen::MenuBar::ApplicationProperties::SupportsUndoWithinApplication ( bool  supportsUndo)

This application supports undo within in the application.


Created in NX1847.0.0.

License requirements : None

Parameters
supportsUndoThis application support undo within in the application

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