NX Open C++ Reference Guide
|
Represents a Snap Dialog
Created in NX8.0.0.
More...
Public Member Functions | |
NXString | Add (const NXString &itemType, const NXString &itemTitle, const NXString &itemValue) |
Add items to the snap dialog. | |
virtual | ~SnapBlockDialog () |
Frees the object from memory. |
Represents a Snap Dialog
Created in NX8.0.0.
virtual NXOpen::BlockStyler::SnapBlockDialog::~SnapBlockDialog | ( | ) | [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 NX8.0.0.
License requirements : None
NXString NXOpen::BlockStyler::SnapBlockDialog::Add | ( | const NXString & | itemType, |
const NXString & | itemTitle, | ||
const NXString & | itemValue | ||
) |
Add items to the snap dialog.
itemType | NOTE: The full Unicode character set is not supported for this parameter. |
itemTitle | NOTE: The full Unicode character set is not supported for this parameter. |
itemValue | NOTE: The full Unicode character set is not supported for this parameter. |