STK AstrogatorSend comments on this topic.
InsertCopy Method (IAgVAPropagatorFunctionCollection)
See Also
PropFunc
Windows





Windows & Linux

Description

Copies a propagator function and inserts the copy into the list.

Syntax

[Visual Basic .NET]
Public Function InsertCopy( _
    ByVal PropFunc As IAgComponentInfo _
) As IAgComponentInfo
[C#]
public IAgComponentInfo InsertCopy(
    IAgComponentInfo PropFunc
);
[Managed C++]
public: IAgComponentInfo^ InsertCopy(
    IAgComponentInfo ^ PropFunc
);
[Unmanaged C++]
public: HRESULT InsertCopy(
    IAgComponentInfo * PropFunc,
    IAgComponentInfo ** ppRetVal
);
[Java]
public IAgComponentInfo insertCopy(
    IAgComponentInfo PropFunc
);
[Python - STK API ]
def InsertCopy(self, PropFunc:"IAgComponentInfo") -> "IAgComponentInfo":

Parameters

PropFunc

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.