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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.