AGI STK Astrogator 11Send comments on this topic.
InsertCopy Method (IAgVATargeterGraphCollection)
See Also 
Graph
Windows






Windows & Linux

Description

Copies a targeter graph and inserts the copy into the list.

Syntax

[Visual Basic .NET]
Public Function InsertCopy( _
   ByVal Graph As IAgVATargeterGraph _
) As IAgVATargeterGraph
[C#]
public IAgVATargeterGraph InsertCopy(
   IAgVATargeterGraph Graph
);
[Managed C++]
public: IAgVATargeterGraph^ InsertCopy(
   IAgVATargeterGraph ^ Graph
);
[Java]
public IAgVATargeterGraph insertCopy(
   IAgVATargeterGraph Graph
);
[Unmanaged C++]
public: HRESULT InsertCopy(
   IAgVATargeterGraph * Graph,
   IAgVATargeterGraph ** ReturnValue
);

Parameters

Graph

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.