SAP 3D Visual Enterprise applications SDK
sDVLProceduresInfo Struct Reference

#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.
 
sDVLProcedurem_pProcedures
 The array of procedures of the m_uProceduresCount size. May be NULL.
 
uint32_t m_uPortfoliosCount
 The number of portfolios in the scene.
 
sDVLProcedurem_pPortfolios
 The array of portfolios of the m_uPortfoliosCount size. May be NULL.
 

Detailed Description

This structure is used for retrieving steps & procedures via IDVLScene interface

Notes


The documentation for this struct was generated from the following file: