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

Represents Custom Popup Menu Item class
Created in NX6.0.4. More...

Inheritance diagram for NXOpen::CustomPopupMenuItem:
NXOpen::TransientObject NXOpen::CustomPopupMenu

Public Member Functions

int GetId ()
 Returns Id of the menu item. More...
 
NXString GetName ()
 Returns name of the menu item. More...
 
void SetDisabled ()
 Sets the menu disabled
Created in NX6.0.4. More...
 
virtual ~CustomPopupMenuItem ()
 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

Represents Custom Popup Menu Item class
Created in NX6.0.4.


Constructor & Destructor Documentation

virtual NXOpen::CustomPopupMenuItem::~CustomPopupMenuItem ( )
virtual

Frees the object from memory.

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 NX6.0.4.

License requirements : None

Member Function Documentation

int NXOpen::CustomPopupMenuItem::GetId ( )

Returns Id of the menu item.

Returns
Id of the menu
Created in NX6.0.4.

License requirements : None
NXString NXOpen::CustomPopupMenuItem::GetName ( )

Returns name of the menu item.

Returns
Name of the menu item
Created in NX6.0.4.

License requirements : None
void NXOpen::CustomPopupMenuItem::SetDisabled ( )

Sets the menu disabled
Created in NX6.0.4.



License requirements : None


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