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

© 2018 Analytical Graphics, Inc. All Rights Reserved.