AGI STK Esri Display 11 Send comments on this topic.
MapScaleFactor Property (IAgEsri3dRendererConfig)
See Also 





Description

Factor to apply to the map scale.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MapScaleFactor();
public: __property void set_MapScaleFactor(
double
);

[Unmanaged C++]
public: HRESULT get_MapScaleFactor(
double * pRetVal
);
public: HRESULT put_MapScaleFactor(
double NewMapScaleFactor
);

[Java]
public double getMapScaleFactor();public void setMapScaleFactor(
double
);

Remarks

Not currently exposed in STK.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1