This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerProperties Interface > IAnnotateLayerProperties.Priority Property (ArcObjects .NET 10.4 SDK) |
Priority for labels of this feature class (0 is highest).
[Visual Basic .NET] Public Property Priority As Integer
[C#] public int Priority {get; set;}
[C++]
HRESULT get_Priority(
long* Priority
);
[C++]
HRESULT put_Priority(
long Priority
);
[C++]
Parameters Priority [out, retval] Priority is a parameter of type long Priority [in] Priority is a parameter of type long