ESRI.ArcGIS.ADF.IMS
Element Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.