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


IGeneralMultiPatchInfo.PatchPriority Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IGeneralMultiPatchInfo.PatchPriority Property

Get patch priority.

[Visual Basic .NET]
Public Function get_PatchPriority ( _
    ByVal patch As Integer _
) As Integer
[C#]
public int get_PatchPriority (
    int patch
);
[C++]
HRESULT get_PatchPriority(
  long patch,
  System.Int32* pPriority
);
[C++]

Parameters patch [in]
patch is a parameter of type long pPriority [out, retval]
pPriority is a parameter of type long*

Product Availability

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

Description

Returns the Priority of the Patch located at the specified index.

See Also

IGeneralMultiPatchInfo Interface