STK Graphics PrimitivesSend 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.
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT InitializeDisplay(
    VARIANT_BOOL Display,
    IAgStkGraphicsConstantDisplayCondition ** ppRetVal
);
[Java]
public IAgStkGraphicsConstantDisplayCondition initializeDisplay(
    bool Display
);
[Python - STK API ]
def InitializeDisplay(self, Display:bool) -> "IAgStkGraphicsConstantDisplayCondition":

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.