AGI STK Util 11 Send comments on this topic.
SetAt Method (IAgDoublesCollection)
See Also 
Index
Value





Description

Updates an element in the collection at a specified position.

Syntax

[Visual Basic .NET]
Public Sub SetAt( _
   ByVal Index As Integer, _
   ByVal Value As Double _
) 

[C#]
public void SetAt(
int Index,
double Value
);

[Managed C++]
public: void SetAt(
int Index,
double Value
);

[Java]
public  setAt(
int Index,
double Value
);

[Unmanaged C++]
public: HRESULT SetAt(
long Index,
double Value
);

Parameters

Index
Value

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1