AGI STK VGT 11Send comments on this topic.
CreateCalcScalarFile Method (IAgCrdnCalcScalarFactory)
See Also
Name
Description
Filepath
Windows






Windows & Linux

Description

Create scalar calculation specified by external data file.

Syntax

[Visual Basic .NET]
Public Function CreateCalcScalarFile( _
    ByVal Name As String, _
    ByVal Description As String, _
    ByVal Filepath As String _
) As 
[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++]
public: HRESULT CreateCalcScalarFile(
    BSTR Name,
    BSTR Description,
    BSTR Filepath,
    IAgCrdnCalcScalar ** ppRetVal
);

Parameters

Name
Description
Filepath

Remarks

Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.