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


esriPatchType Constants (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

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

.NET Related Topics

How to create a multipatch using a series of triangles