This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IColorChannelMapping Interface > IColorChannelMapping.UseDefaultMapping Property (ArcObjects .NET 10.4 SDK) |
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