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






Windows & Linux

Description

Adds a display condition to the end of the composite.

Syntax

[Visual Basic .NET]
Public Sub Add( _
   ByVal DisplayCondition As IAgStkGraphicsDisplayCondition _
) 

[Managed C++]
public: void Add(
IAgStkGraphicsDisplayCondition ^ DisplayCondition
);

[Unmanaged C++]
public: HRESULT Add(
IAgStkGraphicsDisplayCondition * DisplayCondition
);

Parameters

DisplayCondition
The display condition to add to the composite.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface