AGI STK Util 11 Send comments on this topic.
Range Method (IAgExecCmdResult)
See Also 
StartIndex
StopIndex





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1