ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* bAdvanced
);
[C++]
HRESULT put_UseAdvancedLabeling(
  VARIANT_BOOL bAdvanced
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterStretchAdvancedLabels Interface