Initializes a constant display condition with the value the display condition evaluates to.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsConstantDisplayCondition InitializeDisplay( bool Display ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsConstantDisplayCondition^ InitializeDisplay( bool Display ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsConstantDisplayCondition initializeDisplay( bool Display ); |
| [Python - STK API] |
|---|
def InitializeDisplay(self, Display:bool) -> "IAgStkGraphicsConstantDisplayCondition": |
- 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 alwaysrendered . If false, the object is never rendered.





