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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.