STK Graphics PrimitivesSend comments on this topic.
ImageryPixelError Property (IAgStkGraphicsSceneGlobeOverlaySettings)
See Also
Windows





Windows & Linux

Description

Gets or sets the pixel error for imagery. This is the number of pixels that the rendered imagery is different from the actual imagery data. The default is 1.0 pixel.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ImageryPixelError() As Double
[C#]
public double ImageryPixelError {get; set;}
[Managed C++]
public: __property double get_ImageryPixelError();
public: __property void set_ImageryPixelError( double );
[Unmanaged C++]
public: HRESULT get_ImageryPixelError(
    double * pRetVal
);
public: HRESULT put_ImageryPixelError(
    double ImageryPixelError
);
[Java]
public double getImageryPixelError();
public void setImageryPixelError(
    double
);
[Python - STK API ]
@property
def ImageryPixelError(self) -> float:

@ImageryPixelError.setter
def ImageryPixelError(self, ImageryPixelError:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.