|
SAP 3D Visual Enterprise applications SDK
|
#include <DVLScene.h>
Public Attributes | |
| DVLID | m_ID |
| The DVLID identifier of the procedure or portfolio. | |
| char * | m_szName |
| The name of the procedure or portfolio, UTF-8 encoding. | |
| uint32_t | m_uStepsCount |
| The number of steps in the procedure or the number of model views in the portfolio. | |
| sDVLStep * | m_pSteps |
| The array of sDVLStep structures defining the steps or model views. The length is defined by the m_uStepsCount member. | |
Defines a single procedure or portfolio. There is no internal difference between them, so the same structure is used for both.