Removes a display condition from the composite.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal DisplayCondition As IAgStkGraphicsDisplayCondition _ ) |
[C#] |
---|
public void Remove( IAgStkGraphicsDisplayCondition DisplayCondition ); |
[Managed C++] |
---|
public: void Remove( IAgStkGraphicsDisplayCondition ^ DisplayCondition ); |
[Unmanaged C++] |
---|
public: HRESULT Remove( IAgStkGraphicsDisplayCondition * DisplayCondition ); |
[Java] |
---|
public void remove( IAgStkGraphicsDisplayCondition DisplayCondition ); |
[Python - STK API ] |
---|
def Remove(self, DisplayCondition:"IAgStkGraphicsDisplayCondition") -> None: |
- DisplayCondition
- The display condition to remove from the composite.
This call has no effect if displayCondition is
null
or does not exist in the composite.