AGI STK Graphics 11 Send comments on this topic.
InitializeDisplay Method (IAgStkGraphicsConstantDisplayConditionFactory)
See Also 
Display
The value the display condition evaluates to. If true, when this display condition is assigned to an object, such as a primitive, the object is always rendered. If false, the object is never rendered.





Description

Initializes a constant display condition with the value the display condition evaluates to.

Syntax

[Visual Basic .NET]
Public Function InitializeDisplay( _
   ByVal Display As Boolean _
) As IAgStkGraphicsConstantDisplayCondition

[C#]
public IAgStkGraphicsConstantDisplayCondition InitializeDisplay(
bool Display
);

[Managed C++]
public: IAgStkGraphicsConstantDisplayCondition^ InitializeDisplay(
bool Display
);

[Java]
public IAgStkGraphicsConstantDisplayCondition initializeDisplay(
bool Display
);

[Unmanaged C++]
public: HRESULT InitializeDisplay(
VARIANT_BOOL Display,
IAgStkGraphicsConstantDisplayCondition ** ReturnValue
);

Parameters

Display
The value the display condition evaluates to. If true, when this display condition is assigned to an object, such as a primitive, the object is always rendered. If false, the object is never rendered.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1