ESRI.ArcGIS.ADF.IMS
GeometryElement Constructor(AcetateUnits)
See Also  Example Send Feedback
ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace > GeometryElement Class > GeometryElement Constructor : GeometryElement Constructor(AcetateUnits)




units
Units for the coordinates within the Element of the GeometryElement
Constructs a GeometryElement object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal units As AcetateUnits _
)
Visual Basic (Usage)Copy Code
Dim units As AcetateUnits
 
Dim instance As New GeometryElement(units)
C# 
public GeometryElement( 
   AcetateUnits units
)

Parameters

units
Units for the coordinates within the Element of the GeometryElement

Example

For more complete example of using GeometryElement, see the overloaded constructor for this class.
C#Copy Code
GeometryElement geomElem = new GeometryElement(AcetateUnits.Pixel);
Visual BasicCopy Code
Dim geomElem As New GeometryElement(AcetateUnits.Pixel)

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.