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


IFeatureLayerSymbology.Priority Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureLayerSymbology Interface > IFeatureLayerSymbology.Priority Property
ArcGIS Developer Help

IFeatureLayerSymbology.Priority Property

Priority for the layer.

[Visual Basic .NET]
Public ReadOnly Property Priority As Double
[C#]
public double Priority {get;}
[C++]
HRESULT get_Priority(
  System.Double* Priority
);
[C++]
Parameters
Priority [out, retval]

Priority is a parameter of type double*

Product Availability

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

See Also

IFeatureLayerSymbology Interface