AGI STK Objects 11 Send comments on this topic.
ScaleFactor Property (IAgVeVOBPlaneTemplateDisplayElement)
See Also 





Description

Specifies the element scale factor. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScaleFactor() As Double

[C#]
public double ScaleFactor {get; set;}

[Managed C++]
public: __property double get_ScaleFactor();
public: __property void set_ScaleFactor(
double
);

[Unmanaged C++]
public: HRESULT get_ScaleFactor(
double * pRetVal
);
public: HRESULT put_ScaleFactor(
double NewScaleFactor
);

[Java]
public double getScaleFactor();public void setScaleFactor(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1