STK UtilSend 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
);
[Unmanaged C++]
public: HRESULT SetAt(
    long Index,
    double Value
);
[Java]
public void setAt(
    int Index,
    double Value
);
[Python - STK API ]
def SetAt(self, Index:int, Value:float) -> None:

Parameters

Index
Value

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.