ESRI.ArcGIS.ADF.IMS
Project Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > Buffer Class : Project Property




Allows projecting of the buffer.

Syntax

Visual Basic (Declaration) 
Public Property Project As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Buffer
Dim value As Boolean
 
instance.Project = value
 
value = instance.Project
C# 
public bool Project {get; set;}

Remarks

Generated buffers are projected if a SpatialReference is included in the map configuration file or in the request. If Project is set to False, the buffer is not projected.

By default, Project is set to True.

Known limit: When projecting buffers and a target layer is used, a SpatialReference must be explicitly defined for the target layer, even if a SpatialReference is included in the map configuration file. Otherwise, the buffer will not project as expected.

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.