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