AGI STK X 11Send 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 
[C#]
public System.Array Range(
    int StartIndex,
    int StopIndex
);
[Managed C++]
public: System::Array Range(
    int StartIndex,
    int StopIndex
);
[Java]
public VariantArray range(
    int StartIndex,
    int StopIndex
);
[Unmanaged C++]
public: HRESULT Range(
    long StartIndex,
    long StopIndex,
    SAFEARRAY * * ppVar
);

Parameters

StartIndex
StopIndex

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.