ESRI.ArcGIS.ADF.IMS
AcetateUnits Enumeration
See Also 
ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace : AcetateUnits Enumeration




Determines how coordinates for the acetate element are specified.

Syntax

Visual Basic (Declaration) 
Public Enum AcetateUnits 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As AcetateUnits
C# 
public enum AcetateUnits : Enum 

Members

MemberDescription
Database Refers to positioning an object using x,y coordinates in the coordinate system of the ArcIMS service or request. Typically these units are decimal degrees, feet, or meters.
Pixel Refers to positioning an object using x,y coordinates in pixels.

Remarks

Use Database units if the location is specified in real-world coordinates (degrees, feet or meters). Use Pixel if the location is specified in pixels on the map image.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.IMS.Display.AcetateElement.AcetateUnits

See Also

© 2010 All Rights Reserved.