|
| ESRI.ArcGIS.ADF.ArcGISServer | |
| CutAsync(SpatialReference,Geometry[],Polyline) Method | |
| See Also | |
| ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > CutAsync Method : CutAsync(SpatialReference,Geometry[],Polyline) Method |
- SpatialReference
- Targets
- Cutter
| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub CutAsync( _ ByVal SpatialReference As SpatialReference, _ ByVal Targets() As Geometry, _ ByVal Cutter As Polyline _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void CutAsync( SpatialReference SpatialReference, Geometry[] Targets, Polyline Cutter ) | |
Parameters
- SpatialReference
- Targets
- Cutter