NX Open C++ Reference Guide
|
A composite block is a block that contains other blocks
Created in NX6.0.0.
More...
Public Member Functions | |
NXOpen::BlockStyler::UIBlock * | FindBlock (const NXString &blockName) |
Finds a block contained in the composite block. | |
std::vector < NXOpen::BlockStyler::UIBlock * > | GetBlocks () |
Gets all the blocks available in the composite block. | |
NXOpen::BlockStyler::UIBlock * | LastUpdated () |
Returns the block contained in the composite block that was last updated. |
A composite block is a block that contains other blocks
Created in NX6.0.0.
NXOpen::BlockStyler::UIBlock* NXOpen::BlockStyler::CompositeBlock::FindBlock | ( | const NXString & | blockName | ) |
Finds a block contained in the composite block.
Throws an exception if block not present
blockName | Block name NOTE: The full Unicode character set is not supported for this parameter. |
std::vector<NXOpen::BlockStyler::UIBlock *> NXOpen::BlockStyler::CompositeBlock::GetBlocks | ( | ) |
Gets all the blocks available in the composite block.
Returns the block contained in the composite block that was last updated.
For example, if the CompositeBlock is an item contained in a SetList and your update handler is notified that the CompositeBlock has been updated, this method returns which block inside the CompositeBlock has been updated.
Created in NX6.0.0.
License requirements : None