STK ObjectsSend comments on this topic.
DataSets Property (IAgDrResult)
See Also
Windows





Windows & Linux

Description

Returns a collection of Datasets.

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 ** ppRetVal
);
[Java]
public IAgDrDataSetCollection getDataSets();
[Python - STK API ]
@property
def DataSets(self) -> "IAgDrDataSetCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.