AGI STK Graphics 11 Send comments on this topic.
Remove Method (IAgStkGraphicsCompositeDisplayCondition)
See Also 
DisplayCondition
The display condition to remove from the composite.
Windows






Windows & Linux

Description

Removes a display condition from the composite.

Syntax

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

Parameters

DisplayCondition
The display condition to remove from the composite.

Remarks

This call has no effect if displayCondition is null or does not exist in the composite.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface