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.
Read-write property
[Visual Basic .NET] |
---|
Public Property ImageryPixelError() As Double |
[C#] |
---|
public double ImageryPixelError {get; set;} |
[Managed C++] |
---|
public: __property double get_ImageryPixelError(); |
[Unmanaged C++] |
---|
public: HRESULT get_ImageryPixelError( double * pRetVal ); public: HRESULT put_ImageryPixelError( double ImageryPixelError ); |
[Java] |
---|
public double getImageryPixelError(); public void setImageryPixelError( double ); |