ArcGIS Runtime SDK for WPF - Library Reference
SampleDistance Property
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GetSamplesParameters Class : SampleDistance Property

A fixed distance used to sample points from the provided path. The unit is the same as input geometry. If neither sampleCount nor sampleDistance is provided, no densification is done for path (polyline) and a default sampleCount (100) is used for area (polygon/envelope).

Syntax

Visual Basic (Declaration) 
Public Property SampleDistance As Double
C# 
public double SampleDistance {get; set;}

Property Value

The sample distance.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.