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