AGI Real-Time Tracking Tool 11 Send comments on this topic.
ModelScale Property (IAgRt3QueryGraphics)
See Also 





Description

The logarithmic scaling factor for the model with 0 being actual size.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_ModelScale();
public: __property void set_ModelScale(
double
);

[Unmanaged C++]
public: HRESULT get_ModelScale(
double * pRetVal
);
public: HRESULT put_ModelScale(
double NewModelScale
);

[Java]
public double getModelScale();public void setModelScale(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1