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


IStreetNameFields.Priority Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IStreetNameFields.Priority Property

The priority for when these street name fields are used.

[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

Product Availability

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

Remarks

The priority of the StreetNameFields collection.  In order to designate a collection of fields as the primary StreetNameFields, set the Priority property to be 1.  Other alternate collections of StreetNameFields may be specified.

See Also

IStreetNameFields Interface