STK Vector Geometry ToolSend 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 KeepConstantOutsideTimeLimits
);
[Java]
public bool getKeepConstantOutsideTimeLimits();
public void setKeepConstantOutsideTimeLimits(
    bool
);
[Python - STK API ]
@property
def KeepConstantOutsideTimeLimits(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.