STK AgGraphicsPluginSend comments on this topic.
MaximumMetersPerPixel Property (IAgStkGraphicsPluginCustomImageGlobeOverlayContext)
See Also
Windows





Windows & Linux

Description

Gets the maximum resolution of the inlay in meters per pixel.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumMetersPerPixel() As Double
[C#]
public double MaximumMetersPerPixel {get; set;}
[Managed C++]
public: __property double get_MaximumMetersPerPixel();
public: __property void set_MaximumMetersPerPixel( double );
[Unmanaged C++]
public: HRESULT get_MaximumMetersPerPixel(
    double * pRetVal
);
public: HRESULT put_MaximumMetersPerPixel(
    double MetersPerPixel
);
[Java]
public double getMaximumMetersPerPixel();
public void setMaximumMetersPerPixel(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.