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


IRasterStretchAdvancedLabels.UseAdvancedLabeling Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretchAdvancedLabels Interface > IRasterStretchAdvancedLabels.UseAdvancedLabeling Property
ArcGIS Developer Help

IRasterStretchAdvancedLabels.UseAdvancedLabeling Property

Indicates whether the advanced labeling is being used.

[Visual Basic .NET]
Public Property UseAdvancedLabeling As Boolean
[C#]
public bool UseAdvancedLabeling {get; set;}
[C++]
HRESULT get_UseAdvancedLabeling(
  Boolean* bAdvanced
);
[C++]
HRESULT put_UseAdvancedLabeling(
  VARIANT_BOOL bAdvanced
);
[C++]
Parameters
bAdvanced [out, retval]

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

Product Availability

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

See Also

IRasterStretchAdvancedLabels Interface