This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeneralMultiPatchInfo Interface > IGeneralMultiPatchInfo.PatchPriority Property (ArcObjects .NET 10.4 SDK) |
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
Returns the Priority of the Patch located at the specified index.