Returns the data provider information specified by the data provider path.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgDataProviderInfo GetDataPrvInfoFromPath( string DataProviderPath ); |
| [Managed C++] |
|---|
public: IAgDataProviderInfo^ GetDataPrvInfoFromPath( String __gc ^ DataProviderPath ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgDataProviderInfo getDataPrvInfoFromPath( String DataProviderPath ); |
[Python - STK API ] |
|---|
def GetDataPrvInfoFromPath(self, DataProviderPath:str) -> "IAgDataProviderInfo": |
- DataProviderPath
Coarse grain approach to retrieving data provider information
| [C#] | ||
|---|---|---|
| ||
Coarse grain approach to retrieving data provider information
| [Visual Basic .NET] | ||
|---|---|---|
| ||






