| Visual Basic (Declaration) | |
|---|---|
Public Shared Function Densify( _ ByVal geom As Geometry, _ ByVal maxSegmentLength As Double _ ) As Geometry | |
| C# | |
|---|---|
public static Geometry Densify( Geometry geom, double maxSegmentLength ) | |
Parameters
- geom
- Geometry to densify.
- maxSegmentLength
- Maximum segment length in the geometry's linear unit.
Return Value
Densified geometry.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8