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,
  long* 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