STK Aviator MATLABSend comments on this topic.
FunctionName Property (IAgAvtrStrategyMATLABFull3D)
See Also
Windows





Windows & Linux

Description

Gets or sets the name of the MATLAB function.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FunctionName() As String
[C#]
public string FunctionName {get; set;}
[Managed C++]
public: __property String __gc ^ get_FunctionName();
public: __property void set_FunctionName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_FunctionName(
    BSTR * pVal
);
public: HRESULT put_FunctionName(
    BSTR newVal
);
[Java]
public String getFunctionName();
public void setFunctionName(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.