Provides access to the geometry restrictions for a GraphicDef.
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Members
Description | ||
---|---|---|
GeometryType | The type of geometry (equivalent to esriGeometryType). | |
MaxPointCount | The maximum number of points required. Default is 0 (use normal geometry limits). | |
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.