AGI STK VGT 11 Send comments on this topic.
KeepConstantOutsideTimeLimits Property (IAgCrdnCalcScalarIntegral)
See Also 





Description

If true, the integral's integrand value is replaced by a constant 0 so that the integral remains constant over the gaps in integration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property KeepConstantOutsideTimeLimits() As Boolean

[C#]
public bool KeepConstantOutsideTimeLimits {get; set;}

[Managed C++]
public: __property bool get_KeepConstantOutsideTimeLimits();
public: __property void set_KeepConstantOutsideTimeLimits(
bool
);

[Unmanaged C++]
public: HRESULT get_KeepConstantOutsideTimeLimits(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_KeepConstantOutsideTimeLimits(
VARIANT_BOOL NewKeepConstantOutsideTimeLimits
);

[Java]
public bool getKeepConstantOutsideTimeLimits();public void setKeepConstantOutsideTimeLimits(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1