ESRI.ArcGIS.ADF.IMS
Element Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace > GeometryElement Class : Element Property




Gets or sets the geometry that will be displayed on an acetate layer.

Syntax

Visual Basic (Declaration) 
Public Property Element As Geometry
Visual Basic (Usage)Copy Code
Dim instance As GeometryElement
Dim value As Geometry
 
instance.Element = value
 
value = instance.Element
C# 
public Geometry Element {get; set;}

Example

For an example of using Element , see the constructors for this class.

Remarks

Geometry elements valid for Element are derived from ESRI.ArcGIS.ADF.IMS.Geometry.Geometry: Point, Multipoint, Polyline, Polygon, and Envelope.

See Also

© 2010 All Rights Reserved.