Gets or sets the Display Condition that controls whether or not the Globe Overlay is displayed.
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++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsDisplayCondition getDisplayCondition(); public void setDisplayCondition( IAgStkGraphicsDisplayCondition ); |
[Python - STK API ] |
|---|
@property def DisplayCondition(self) -> "IAgStkGraphicsDisplayCondition": @DisplayCondition.setter def DisplayCondition(self, DisplayCondition:"IAgStkGraphicsDisplayCondition") -> None: |






