ESRI.ArcGIS.ADF.IMS
GeometryElement Constructor(AcetateUnits)
See Also  Example
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 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)

See Also

© 2010 All Rights Reserved.