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.Read-write property
| [Visual Basic .NET] |
|---|
Public Property DisplayCondition() As IAgStkGraphicsDisplayCondition
|
| [C#] |
|---|
public IAgStkGraphicsDisplayCondition DisplayCondition {get; set;}
|
| [Managed C++] |
|---|
public: __property IAgStkGraphicsDisplayCondition^ get_DisplayCondition();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DisplayCondition(
|
| [Java] |
|---|
public IAgStkGraphicsDisplayCondition getDisplayCondition();public void setDisplayCondition(
|
When
DisplayCondition is
null, no display condition is evaluated before the
overlay is rendered.