Public Member Functions | List of all members
IPlotPreModelParam Struct Referenceabstract

Parameters for the PreModel print event. More...

#include <IPlotHook.h>

Public Member Functions

virtual DgnModelRefP GetModelRef () const =0
 Gets the modelRef for the model about to be printed. More...
 
virtual void SetIgnoreModel (bool ignoreModel)=0
 Indicate whether the model is to be printed. More...
 
virtual bool GetIsTransientUpdate () const =0
 True if inside the transient element pass. More...
 

Detailed Description

Parameters for the PreModel print event.

Member Function Documentation

virtual bool GetIsTransientUpdate ( ) const
pure virtual

True if inside the transient element pass.

virtual DgnModelRefP GetModelRef ( ) const
pure virtual

Gets the modelRef for the model about to be printed.

virtual void SetIgnoreModel ( bool  ignoreModel)
pure virtual

Indicate whether the model is to be printed.


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

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.