ESRI.ArcGIS.ADF.IMS | |
Units Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > Buffer Class : Units Property |
Visual Basic (Declaration) | |
---|---|
Public Property Units As BufferUnits |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public BufferUnits Units {get; set;} |
See FeatureLayer.CreateBufferLayer
for an example of using buffer Units in a DisplayBuffer. See
FeatureLayer.CreateBufferSelectionLayer
for an example of using buffer Units in a SelectionBuffer.
This specifies the map units for the buffer Distance. If
not set, the Units will default to the value in
MapService.Units (of
the MapService from which the MapView was derived). Best practice is to always set
the Units to the appropriate value.