ESRI.ArcGIS.ADF.IMS
Project Property
See Also 
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.

See Also

© 2010 All Rights Reserved.