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






Windows & Linux

Description

Gets or sets the Display Condition that controls whether or not the Globe Overlay is displayed.

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
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface