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






