This document is archived and information here might be outdated.  Recommended version.


IColorChannelMapping.UseDefaultMapping Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IColorChannelMapping Interface > IColorChannelMapping.UseDefaultMapping Property
ArcGIS Developer Help

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(
  Boolean* bIsDefault
);
[C++]
HRESULT put_UseDefaultMapping(
  VARIANT_BOOL bIsDefault
);
[C++]
Parameters
bIsDefault [out, retval]

bIsDefault is a parameter of type bool* bIsDefault [in]
bIsDefault is a parameter of type bool

Product Availability

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

See Also

IColorChannelMapping Interface