STK ObjectsSend comments on this topic.
IncludeConsiderAnalysis Property (IAgVeCovariance)
See Also
Windows





Windows & Linux

Description

Opt whether to include Consider Analysis.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeConsiderAnalysis() As Boolean
[C#]
public bool IncludeConsiderAnalysis {get; set;}
[Managed C++]
public: __property bool get_IncludeConsiderAnalysis();
public: __property void set_IncludeConsiderAnalysis( bool );
[Unmanaged C++]
public: HRESULT get_IncludeConsiderAnalysis(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IncludeConsiderAnalysis(
    VARIANT_BOOL IncludeConsiderAnalysis
);
[Java]
public bool getIncludeConsiderAnalysis();
public void setIncludeConsiderAnalysis(
    bool
);
[Python - STK API ]
@property
def IncludeConsiderAnalysis(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.