STK AstrogatorSend comments on this topic.
ShouldGenerateGraph Property (IAgVAProfileGridSearch)
See Also
Windows





Windows & Linux

Description

If true, a plot is automatically generate the selected result value versus the control value for the grid search when the profile runs.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShouldGenerateGraph() As Boolean
[C#]
public bool ShouldGenerateGraph {get; set;}
[Managed C++]
public: __property bool get_ShouldGenerateGraph();
public: __property void set_ShouldGenerateGraph( bool );
[Unmanaged C++]
public: HRESULT get_ShouldGenerateGraph(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShouldGenerateGraph(
    VARIANT_BOOL newVal
);
[Java]
public bool getShouldGenerateGraph();
public void setShouldGenerateGraph(
    bool
);
[Python - STK API ]
@property
def ShouldGenerateGraph(self) -> bool:

@ShouldGenerateGraph.setter
def ShouldGenerateGraph(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.