STK XSend 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
);
[Java]
public Object[] range(
   int StartIndex,
   int StopIndex
);
[Unmanaged C++]
public: HRESULT Range(
   long StartIndex,
   long StopIndex,
   SAFEARRAY ** Array
);

Parameters

StartIndex
StopIndex

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.