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


esriPatchType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Constants > E > esriPatchType Constants
ArcGIS Developer Help

esriPatchType Constants

The kinds of surface patches that can be contained in a MultiPatch.

Constant Value Description
esriPatchTypeTriangleStrip 0 A TriangleStrip patch.
esriPatchTypeTriangleFan 1 A TriangleFan patch.
esriPatchTypeOuterRing 2 An outer Ring.
esriPatchTypeInnerRing 3 An inner Ring.
esriPatchTypeFirstRing 4 The first Ring of unspecified type.
esriPatchTypeRing 5 A Ring of unspecified type.
esriPatchTypeTriangles 6 A Triangles patch.

Product Availability

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

Remarks

 

esriPatchType Examples