Initializes a constant display condition with the value the display condition evaluates to.
[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": |
- 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.