AGI STK VGT 11 Send comments on this topic.
UseScalar Property (IAgCrdnCalcScalarFunction)
See Also 





Description

Specify whether to use the input scalar calculation or the time elapsed from the input time instant. Set to true to use the scalar.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseScalar();
public: __property void set_UseScalar(
bool
);

[Unmanaged C++]
public: HRESULT get_UseScalar(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseScalar(
VARIANT_BOOL NewUseScalar
);

[Java]
public bool getUseScalar();public void setUseScalar(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1