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






Windows & Linux

Description

Returns the object representing a list of available data providers for the object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DataProviders() As IAgDataProviderCollection
[C#]
public IAgDataProviderCollection DataProviders {get;}
[Managed C++]
public: __property IAgDataProviderCollection^ get_DataProviders();
[Unmanaged C++]
public: HRESULT get_DataProviders(
   IAgDataProviderCollection ** ppRetVal
);
[Java]
public IAgDataProviderCollection getDataProviders();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.