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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1