ArcObjects Library Reference (Carto)  

IColorChannelMapping.UseDefaultMapping Property

Indicates whether the default mapping is being used.

[Visual Basic .NET]
Public Property UseDefaultMapping As Boolean
[C#]
public bool UseDefaultMapping {get; set;}
[C++]
HRESULT get_UseDefaultMapping(
  VARIANT_BOOL* bIsDefault
);
[C++]
HRESULT put_UseDefaultMapping(
  VARIANT_BOOL bIsDefault
);
[C++]

Parameters

bIsDefault [out, retval]   bIsDefault is a parameter of type VARIANT_BOOL bIsDefault [in]   bIsDefault is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IColorChannelMapping Interface