ArcObjects Library Reference (DefenseSolutions)  

IGeometryLimits Interface

Provides access to the geometry restrictions for a GraphicDef.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Read/write property GeometryType The type of geometry (equivalent to esriGeometryType).
Read/write property MaxPointCount The maximum number of points required. Default is 0 (use normal geometry limits).
Read/write property MinPointCount The minimum number of points required. Default is 0 (use normal geometry limits).

CoClasses that implement IGeometryLimits

CoClasses and Classes Description
GraphicDef Provides clients with a definition or description of a supported cached graphic.

Remarks

GraphicDef objects provide definitions for the military objects supported by a given cached graphic renderer.  Many of these objects are constrained, by the symbology standards, as to how many vertices are used to represent them and what type of geometry is apporproate to represent them.