CFx SDK Documentation  2020SP3
Classes | Typedefs | Functions
AveScene.h File Reference
#include "TD_PackPush.h"
#include "Ve/AveDefs.h"
#include "RxObject.h"
#include "DbObjectId.h"
#include "DbEntity.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdAveScene
 

Typedefs

typedef OdSmartPtr< OdAveSceneOdAveScenePtr
 

Functions

AVE_EXPORT OdRxIteratorPtr oddbGetScenes (OdDbDatabase *pDb)
 

Typedef Documentation

◆ OdAveScenePtr

This template class is a specialization of the OdSmartPtr class for OdAveScene object pointers.

Definition at line 41 of file AveScene.h.

Function Documentation

◆ oddbGetScenes()

AVE_EXPORT OdRxIteratorPtr oddbGetScenes ( OdDbDatabase pDb)

Returns an Iterator object that can be used to traverse the OdAveScene objects in the specified database.

Parameters
pDb[in] Pointer to the database.