ESRI.ArcGIS.ADF.IMS
GeometryElement Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace : GeometryElement Class




A specific type of AcetateElement that displays a geometry object.

Object Model



Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeometryElement 
   Inherits AcetateElement
Visual Basic (Usage)Copy Code
Dim instance As GeometryElement
C# 
[SerializableAttribute()]
public class GeometryElement : AcetateElement 

Example

For examples, see the constructors for this class.

Remarks

Notes for ArcMap image services

  • When an object is projected on an ArcMap image service, points and line and polygon vertices will be placed properly when units="database". However, line segments and polygon edges will be straight rather than projected.
  • When using ArcMap image services, any ScaleBar, NorthArrow and TextElement objects are always drawn first, before any point, line, or polygon GeometryElement objects.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Display.AcetateElement.AcetateElement
      ESRI.ArcGIS.ADF.IMS.Display.AcetateElement.GeometryElement

See Also

© 2010 All Rights Reserved.