AGI STK Objects 11Send comments on this topic.
DataSets Property (IAgDrInterval)
See Also
Windows






Windows & Linux

Description

Returns a collection of data sets within the interval.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DataSets() As IAgDrDataSetCollection
[C#]
public IAgDrDataSetCollection DataSets {get;}
[Managed C++]
public: __property IAgDrDataSetCollection ^ get_DataSets();
[Unmanaged C++]
public: HRESULT get_DataSets(
    IAgDrDataSetCollection ** ppVal
);
[Java]
public IAgDrDataSetCollection getDataSets();

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.