AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_CalculatingParameters(
VARIANT_BOOL NewCalculatingParameters
);

[Java]
public bool getCalculatingParameters();public void setCalculatingParameters(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface