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






Windows & Linux

Description

Applies to the Specified Value scaling method. Dimension depends on context.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScalingValue() As System.Object
[C#]
public System.Object ScalingValue {get; set;}
[Managed C++]
public: __property VARIANT get_ScalingValue();
public: __property void set_ScalingValue(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_ScalingValue(
   VARIANT * pRetVal
);
public: HRESULT put_ScalingValue(
   VARIANT NewScalingValue
);
[Java]
public Variant getScalingValue();public void setScalingValue(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.