Create scalar calculation specified by external data file.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnCalcScalar CreateCalcScalarFile( string Name, string Description, string Filepath ); |
| [Managed C++] |
|---|
public: IAgCrdnCalcScalar^ CreateCalcScalarFile( String __gc ^ Name, String __gc ^ Description, String __gc ^ Filepath ); |
| [Java] |
|---|
public IAgCrdnCalcScalar createCalcScalarFile( String Name, String Description, String Filepath ); |
| [Unmanaged C++] |
|---|
|
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.
- Filepath
- A path to an external file.





