Create scalar calculation specified by
external data file.
| [Visual Basic .NET] |
|---|
Public Function CreateCalcScalarFile( _
ByVal Name As String, _
ByVal Description As String, _
ByVal Filepath As String _
) As IAgCrdnCalcScalar
|
| [C#] |
|---|
public IAgCrdnCalcScalar CreateCalcScalarFile(
|
| [Managed C++] |
|---|
public: IAgCrdnCalcScalar^ CreateCalcScalarFile(
|
| [Java] |
|---|
public IAgCrdnCalcScalar createCalcScalarFile(
|
| [Unmanaged C++] |
|---|
public: HRESULT CreateCalcScalarFile(
|
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.
- Filepath
- A path to an external file.
Spaces and most punctuation ( except for
"-_().") cannot be used as a part of a component name when creating
new components via VGT API.