AGI STK Graphics 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.