This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGeneralMultiPatchCreator Interface > IGeneralMultiPatchCreator.SetPatchPriority Method (ArcObjects .NET 10.5 SDK) |
Set patch priority (>= 0).
[Visual Basic .NET] Public Sub SetPatchPriority ( _ ByVal patch As Integer, _ ByVal priority As Integer _ )
[C#] public void SetPatchPriority ( int patch, int priority );
[C++]
HRESULT SetPatchPriority(
long patch,
long priority
);
[C++]
Parameters patch [in] patch is a parameter of type long priority [in] priority is a parameter of type long