STK ObjectsSend comments on this topic.
AvailableDataProviders Property (IAgEOIRMaterialElement)
See Also
Windows





Windows & Linux

Description

Property used to access the available data providers.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableDataProviders() As System.Array
[C#]
public System.Array AvailableDataProviders {get;}
[Managed C++]
public: __property System::Array get_AvailableDataProviders();
[Unmanaged C++]
public: HRESULT get_AvailableDataProviders(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getAvailableDataProviders();
[Python - STK API ]
@property
def AvailableDataProviders(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.