Creates a vector interpolated from tabulated data from file.
[Visual Basic .NET] |
---|
Public Function CreateFileVector( _ ByVal VectorName As String, _ ByVal Description As String, _ ByVal FileName As String _ ) As IAgCrdnVectorFile |
[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++] |
---|
public: HRESULT CreateFileVector( BSTR VectorName, BSTR Description, BSTR FileName, IAgCrdnVectorFile ** ppRetVal ); |
[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.