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


IGeneralMultiPatchInfo.PatchPriority Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeneralMultiPatchInfo Interface > IGeneralMultiPatchInfo.PatchPriority Property
ArcGIS Developer Help

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.

Remarks

When overlapping patches are defined within the same multipatch, patch priorities can be used to explicitly specify the order in which patches should be drawn when rendered. The larger the number assigned, the higher the patch priority or precedence the patch takes when rendered.

See Also

IGeneralMultiPatchInfo Interface