AGI STK Astrogator 11 Send comments on this topic.
UseAbsoluteValue Property (IAgVAAsTriggerCondition)
See Also 
Windows






Windows & Linux

Description

Whether or not to take the absolute value of the calculation.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseAbsoluteValue();
public: __property void set_UseAbsoluteValue(
bool
);

[Unmanaged C++]
public: HRESULT get_UseAbsoluteValue(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseAbsoluteValue(
VARIANT_BOOL NewUseAbsoluteValue
);

[Java]
public bool getUseAbsoluteValue();public void setUseAbsoluteValue(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface