STK ObjectsSend comments on this topic.
ToArraySubset Method (IAgDrDataSetCollection)
See Also
Index
SubsetLength
Windows





Windows & Linux

Description

Returns a subset of the dataset collection in row format beginning at a given zero-indexed row and containing a specified number of rows.

Syntax

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

Parameters

Index
SubsetLength

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.