Gets or sets the display condition that determines if the primitive should be rendered. Both this and Display must evaluate to
true
for the primitive 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( IAgStkGraphicsDisplayCondition ** ppRetVal ); public: HRESULT put_DisplayCondition( IAgStkGraphicsDisplayCondition DisplayCondition ); |
[Java] |
---|
public IAgStkGraphicsDisplayCondition getDisplayCondition(); public void setDisplayCondition( IAgStkGraphicsDisplayCondition ); |
[Python - STK API ] |
---|
@property def DisplayCondition(self) -> "IAgStkGraphicsDisplayCondition": @DisplayCondition.setter def DisplayCondition(self, DisplayCondition:"IAgStkGraphicsDisplayCondition") -> None: |
When
DisplayCondition
is null
, no display condition is evaluated before the primitive is rendered.