|
| ESRI.ArcGIS.ADF.ArcGISServer | |
| DensifyGeodesicAsync(SpatialReference,Geometry[],Double,LinearUnit,Object) Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > DensifyGeodesicAsync Method : DensifyGeodesicAsync(SpatialReference,Geometry[],Double,LinearUnit,Object) Method |
- SpatialReference
- InGeometryArray
- MaxSegmentLength
- LengthUnit
- userState
| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub DensifyGeodesicAsync( _ ByVal SpatialReference As SpatialReference, _ ByVal InGeometryArray() As Geometry, _ ByVal MaxSegmentLength As Double, _ ByVal LengthUnit As LinearUnit, _ ByVal userState As Object _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As GeometryServerProxy Dim SpatialReference As SpatialReference Dim InGeometryArray() As Geometry Dim MaxSegmentLength As Double Dim LengthUnit As LinearUnit Dim userState As Object instance.DensifyGeodesicAsync(SpatialReference, InGeometryArray, MaxSegmentLength, LengthUnit, userState) | |
| C# | |
|---|---|
public void DensifyGeodesicAsync( SpatialReference SpatialReference, Geometry[] InGeometryArray, double MaxSegmentLength, LinearUnit LengthUnit, object userState ) | |
Parameters
- SpatialReference
- InGeometryArray
- MaxSegmentLength
- LengthUnit
- userState
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family