NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | List of all members
NXOpen.MenuBar.ApplicationProperties Class Reference

Implements the properties for the Menu Applications More...

Inheritance diagram for NXOpen.MenuBar.ApplicationProperties:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void AllowsMultipleWindowDesigns (bool allowsMultipleWindowDesigns)
 This application allows the display of multiple different parts in separate graphics windows at the same time. More...
 
unsafe void AllowsMultipleWindowViews (bool allowsMultipleWindowViews)
 This application allows more than one graphics window of the same displayed part (as in Windows->New Window). More...
 
unsafe void AllowsUndoOverApplicationChange (bool allowsUndoOverApplicationChange)
 This application allows undo over an application. More...
 
unsafe void SupportsDrawings (bool supportsDrawings)
 This application supports drawings. More...
 
unsafe void SupportsUndoWithinApplication (bool supportsUndo)
 This application supports undo within in the application. More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

Implements the properties for the Menu Applications

Created in NX1847.0.0

Member Function Documentation

unsafe void NXOpen.MenuBar.ApplicationProperties.AllowsMultipleWindowDesigns ( bool  allowsMultipleWindowDesigns)
inline

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
unsafe void NXOpen.MenuBar.ApplicationProperties.AllowsMultipleWindowViews ( bool  allowsMultipleWindowViews)
inline

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
unsafe void NXOpen.MenuBar.ApplicationProperties.AllowsUndoOverApplicationChange ( bool  allowsUndoOverApplicationChange)
inline

This application allows undo over an application.

Created in NX1847.0.0

License requirements: None.

Parameters
allowsUndoOverApplicationChangeThis application allows an undo over application change
override void NXOpen.MenuBar.ApplicationProperties.FreeResource ( )
inlineprotectedvirtual

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.

Implements NXOpen.TransientObject.

unsafe void NXOpen.MenuBar.ApplicationProperties.SupportsDrawings ( bool  supportsDrawings)
inline

This application supports drawings.

Created in NX1847.0.0

License requirements: None.

Parameters
supportsDrawingsThis application support drawings
unsafe void NXOpen.MenuBar.ApplicationProperties.SupportsUndoWithinApplication ( bool  supportsUndo)
inline

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.