STK ObjectsSend comments on this topic.
Statistics Property (IAgDrDataSet)
See Also
Windows





Windows & Linux

Description

Returns an interface for computing statistics on the results.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Statistics() As IAgDrStatistics
[C#]
public IAgDrStatistics Statistics {get;}
[Managed C++]
public: __property IAgDrStatistics ^ get_Statistics();
[Unmanaged C++]
public: HRESULT get_Statistics(
    IAgDrStatistics ** ppRetVal
);
[Java]
public IAgDrStatistics getStatistics();
[Python - STK API ]
@property
def Statistics(self) -> "IAgDrStatistics":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.