STK ObjectsSend comments on this topic.
DataProviders Property (IAgStkAccess)
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();
[Python - STK API ]
@property
def DataProviders(self) -> "IAgDataProviderCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.