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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1