ArcGIS Explorer Component Help |
ShapeType Enumeration |
See Also |
Indicates the descriptive shape of a Graphic (or Note).
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public enum ShapeType |
Visual Basic (Declaration) |
---|
Public Enumeration ShapeType |
Members
Member name | Description | |
---|---|---|
Arrow |
Indicates that the Graphic represents an arrow, but will actually be stored as a Polygon.
| |
Circle |
Indicates that the Graphic represents a circle, but will actually be stored as a Polygon.
| |
Envelope |
Indicates that the Graphic represents an Envelope.
| |
Point |
Indicates that the Graphic represents a point
| |
Polygon |
Indicates that the Graphic represents a Polygon.
| |
Polyline |
Indicates that the Graphic represents a Polyline.
| |
Unknown |
Indicates that the shape of the Graphic is unknown.
| |
Vector |
Indicates that the Graphic represents a vector, but will actually be stored as a Polyline.
|
Remarks
This enum is returned by the ShapeType property and provides a description of a Graphics shape.
Version Information: This enum is supported from version 2.0.0.1500.