Visual Basic (Declaration) | |
---|---|
Public Enum NoDataInterpretation Inherits System.Enum |
C# | |
---|---|
public enum NoDataInterpretation : System.Enum |
Member | Description |
---|---|
Default | Default 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 |
MatchAll | if a pixel matches the ArcGISImageServiceLayer.NoData or ArcGISImageServiceLayer.NoDataColor value in all color bands then it will be considered transparent. |
MatchAny | If a pixel in the any color band matches the ArcGISImageServiceLayer.NoData or ArcGISImageServiceLayer.NoDataColor value then it will be considered transparent. |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.Client.NoDataInterpretation
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7