ESRI.ArcGIS.ADF.IMS
AcetateUnits Enumeration
See Also  Send Feedback
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 System.Enum
Visual Basic (Usage)Copy Code
Dim instance As AcetateUnits
C# 
public enum AcetateUnits : System.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.

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.