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





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
);

[Java]
public IAgComponentInfo insertCopy(
IAgComponentInfo PropFunc
);

[Unmanaged C++]
public: HRESULT InsertCopy(
IAgComponentInfo * PropFunc,
IAgComponentInfo ** ReturnValue
);

Parameters

PropFunc

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1