STK ObjectsSend comments on this topic.
CalculatingParameters Property (IAgSnEOIRBand)
See Also
Windows





Windows & Linux

Description

Flag to set if input parameters are currently being calculated and entered into the object model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CalculatingParameters() As Boolean
[C#]
public bool CalculatingParameters {get; set;}
[Managed C++]
public: __property bool get_CalculatingParameters();
public: __property void set_CalculatingParameters( bool );
[Unmanaged C++]
public: HRESULT get_CalculatingParameters(
    VARIANT_BOOL * pVal
);
public: HRESULT put_CalculatingParameters(
    VARIANT_BOOL pVal
);
[Java]
public bool getCalculatingParameters();
public void setCalculatingParameters(
    bool
);
[Python - STK API ]
@property
def CalculatingParameters(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.