AGI Components with Insight3D Alpha 2008 r8
AgGxDisplayConditionConstant Interface
Library ReferenceAGI.GraphicsAgGxDisplayConditionConstant
A condition that is based a user defined boolean value. For example, when this is false, it is used to hide an object in the scene.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
AgGxDisplayConditionConstant : 

IAgGxDisplayConditionConstant
Public 
Interface 
AgGxDisplayConditionConstant _
        
Implements 

IAgGxDisplayConditionConstant
public 
interface class 
AgGxDisplayConditionConstant : 

IAgGxDisplayConditionConstant
Members
All Members Methods Properties



Icon Member Description
Display
Boolean that determines if the condition is always true or always false. The default is false.
(Inherited from IAgGxDisplayConditionConstant.)
Initialize(Boolean)
Initializes the display condition with a boolean that determines if the condition is always true or always false.
(Inherited from IAgGxDisplayConditionConstant.)
IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene)
Returns true if the condition is satisfied, indicating the object should be displayed.
(Inherited from IAgGxDisplayConditionConstant.)

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)