AGI STK Astrogator 11 Send comments on this topic.
UseCustomDisplayUnit Property (IAgVASearchPluginResult)
See Also 





Description

If true, allows display of values in another unit.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseCustomDisplayUnit();
public: __property void set_UseCustomDisplayUnit(
bool
);

[Unmanaged C++]
public: HRESULT get_UseCustomDisplayUnit(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseCustomDisplayUnit(
VARIANT_BOOL NewUseCustomDisplayUnit
);

[Java]
public bool getUseCustomDisplayUnit();public void setUseCustomDisplayUnit(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1