AGI STK Objects 11 Send comments on this topic.
InsertAt Method (IAgCRComplexCollection)
See Also 
Index
Real
Imaginary





Description

Inserts and returns a new complex value at the supplied index.

Syntax

[Visual Basic .NET]
Public Function InsertAt( _
   ByVal Index As Integer, _
   ByVal Real As Double, _
   ByVal Imaginary As Double _
) As IAgCRComplex

[C#]
public IAgCRComplex InsertAt(
int Index,
double Real,
double Imaginary
);

[Managed C++]
public: IAgCRComplex^ InsertAt(
int Index,
double Real,
double Imaginary
);

[Java]
public IAgCRComplex insertAt(
ppInteger Index,
double Real,
double Imaginary
);

[Unmanaged C++]
public: HRESULT InsertAt(
int Index,
double Real,
double Imaginary,
IAgCRComplex ** ReturnValue
);

Parameters

Index
Real
Imaginary

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1