Creates a vector interpolated from tabulated data from file.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnVectorFile CreateFileVector( string VectorName, string Description, string FileName ); |
| [Managed C++] |
|---|
public: IAgCrdnVectorFile^ CreateFileVector( String __gc ^ VectorName, String __gc ^ Description, String __gc ^ FileName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnVectorFile createFileVector( String VectorName, String Description, String FileName ); |
[Python - STK API ] |
|---|
def CreateFileVector(self, VectorName:str, Description:str, FileName:str) -> "IAgCrdnVectorFile": |
- VectorName
- Specify a vector name.
- Description
- Specify a component description.
- FileName
- Specify full path to vector file.






