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






Windows & Linux

Description

Copies the parameter and inserts the copy into the list.

Syntax

[Visual Basic .NET]
Public Function InsertCopy( _
   ByVal Parameter As IAgVAScriptingParameter _
) As IAgVAScriptingParameter

[Managed C++]
public: IAgVAScriptingParameter^ InsertCopy(
IAgVAScriptingParameter ^ Parameter
);

[Unmanaged C++]
public: HRESULT InsertCopy(
IAgVAScriptingParameter * Parameter,
IAgVAScriptingParameter ** ReturnValue
);

Parameters

Parameter

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface