Priority for labels of this feature class (0 is highest).
[Visual Basic 6.0] Property Priority As Long
[Visual Basic .NET] Public Property Priority As Integer
[C#] public int Priority {get; set;}
[Java] public int getPriority() throws IOException, AutomationException
[Java] public void setPriority( Long Priority ) throws IOException, AutomationException
[C++]
HRESULT get_Priority(
long* Priority
);
[C++] HRESULT put_Priority( long Priority);
Parameters
Priority [out, retval]
Priority is a parameter of type long
Priority [in]
Priority is a parameter of type long