AGI STK Graphics 11 Send comments on this topic.
DisplayCondition Property (IAgStkGraphicsOverlay)
See Also 





Description

Gets or sets the display condition that determines if the overlay should be rendered. Both this and Display must evaulate to true for the overlay to be rendered.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayCondition() As IAgStkGraphicsDisplayCondition

[C#]
public IAgStkGraphicsDisplayCondition DisplayCondition {get; set;}

[Managed C++]
public: __property IAgStkGraphicsDisplayCondition^ get_DisplayCondition();
public: __property void set_DisplayCondition(
IAgStkGraphicsDisplayCondition ^
);

[Unmanaged C++]
public: HRESULT get_DisplayCondition(
IAgStkGraphicsDisplayCondition ** ppRetVal
);
public: HRESULT put_DisplayCondition(
IAgStkGraphicsDisplayCondition * pNewDisplayCondition
);

[Java]
public IAgStkGraphicsDisplayCondition getDisplayCondition();public void setDisplayCondition(
IAgStkGraphicsDisplayCondition
);

Remarks

When DisplayCondition is null, no display condition is evaluated before the overlay is rendered.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1