ArcGIS Runtime SDK for WPF - Library Reference
NoDataInterpretation Enumeration
See Also 
ESRI.ArcGIS.Client Namespace : NoDataInterpretation Enumeration

This property defines how transparency should be evaluated for each pixel and each color band based on the ArcGISImageServiceLayer.NoData or ArcGISImageServiceLayer.NoDataColor value.

Syntax

Visual Basic (Declaration) 
Public Enum NoDataInterpretation 
   Inherits System.Enum
C# 
public enum NoDataInterpretation : System.Enum 

Members

MemberDescription
DefaultDefault means the NoDataInterpretation parameter will not be sent to the server allowing the server to use the default based on the ArcGISImageServiceLayer.NoData and ArcGISImageServiceLayer.NoDataColor. the server default for ArcGISImageServiceLayer.NoDataColor is MatchAll and the server default for ArcGISImageServiceLayer.NoData is MatchAny
MatchAllif a pixel matches the ArcGISImageServiceLayer.NoData or ArcGISImageServiceLayer.NoDataColor value in all color bands then it will be considered transparent.
MatchAnyIf a pixel in the any color band matches the ArcGISImageServiceLayer.NoData or ArcGISImageServiceLayer.NoDataColor value then it will be considered transparent.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.NoDataInterpretation

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.