AGI Components with Insight3D Alpha 2008 r8
AgGxDisplayConditionConstantClass Class
Library ReferenceAGI.Graphics AgGxDisplayConditionConstantClass
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 
Class 
AgGxDisplayConditionConstantClass _
        
Implements 

IAgGxDisplayConditionConstant, 

AgGxDisplayConditionConstant, 

IAgGxDisplayCondition
public 
ref class 
AgGxDisplayConditionConstantClass :


IAgGxDisplayConditionConstant, 
        

AgGxDisplayConditionConstant, 

IAgGxDisplayCondition
Members
All Members Constructors Methods Properties



Icon Member Description
AgGxDisplayConditionConstantClass () () ()
Display
Boolean that determines if the condition is always true or always false. The default is false.

Equals(Object)
Determines whether the specified Objectis equal to the current Object.
(Inherited from Object.)
Finalize () () ()
Allows an Objectto attempt to free resources and perform other cleanup operations before the Objectis reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode () () ()
Serves as a hash function for a particular type. GetHashCode () () () is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType () () ()
Gets the Typeof the current instance.
(Inherited from Object.)
IAgGxDisplayCondition_IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene)
Initialize(Boolean)
Initializes the display condition with a boolean that determines if the condition is always true or always false.

IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene)
Returns true if the condition is satisfied, indicating the object should be displayed.

MemberwiseClone () () ()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString () () ()
Returns a Stringthat represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
AgGxDisplayConditionConstantClass

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