STK UtilSend comments on this topic.
Range Method (IAgExecCmdResult)
See Also
StartIndex
StopIndex
Windows





Windows & Linux

Description

Return the elements within the specified range.

Syntax

[Visual Basic .NET]
Public Function Range( _
    ByVal StartIndex As Integer, _
    ByVal StopIndex As Integer _
) As System.Array
[C#]
public System.Array Range(
    int StartIndex,
    int StopIndex
);
[Managed C++]
public: System::Array Range(
    int StartIndex,
    int StopIndex
);
[Unmanaged C++]
public: HRESULT Range(
    long StartIndex,
    long StopIndex,
    SAFEARRAY * * ppVar
);
[Java]
public AgSafeArray range(
    int StartIndex,
    int StopIndex
);
[Python - STK API ]
def Range(self, StartIndex:int, StopIndex:int) -> list:

Parameters

StartIndex
StopIndex

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.