|
SAP 3D Visual Enterprise applications SDK
|
#include <DVLScene.h>
Public Attributes | |
| uint16_t | m_uSizeOfDVLProceduresInfo |
| The size of the sDVLProceduresInfo structure. Needs to be filled before calling IDVLScene::RetrieveProcedures() | |
| void * | pimpl |
| A pointer to the private data, do not touch it. | |
| uint32_t | m_uProceduresCount |
| The number of the procedures in the scene. | |
| sDVLProcedure * | m_pProcedures |
| The array of procedures of the m_uProceduresCount size. May be NULL. | |
| uint32_t | m_uPortfoliosCount |
| The number of portfolios in the scene. | |
| sDVLProcedure * | m_pPortfolios |
| The array of portfolios of the m_uPortfoliosCount size. May be NULL. | |
This structure is used for retrieving steps & procedures via IDVLScene interface
Notes