STK AstrogatorSend 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 ** ppRetVal
);
[Python - STK API ]
def InsertCopy(self, Parameter:"IAgVAScriptingParameter") -> "IAgVAScriptingParameter":

Parameters

Parameter

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.