This document is archived and information here might be outdated.  Recommended version.


IGPSANeighborhood.SetWedge Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSANeighborhood Interface > IGPSANeighborhood.SetWedge Method
ArcGIS Developer Help

IGPSANeighborhood.SetWedge Method

Sets a wedge neighborhood object.

[Visual Basic .NET]
Public Sub SetWedge ( _
    ByVal Radius As Double, _
    ByVal StartAngle As Double, _
    ByVal EndAngle As Double, _
    ByVal unitsType As esriGeoAnalysisUnitsEnum _
)
[C#]
public void SetWedge (
    double Radius,
    double StartAngle,
    double EndAngle,
    esriGeoAnalysisUnitsEnum unitsType
);
[C++]
HRESULT SetWedge(
  double Radius,
  double StartAngle,
  double EndAngle,
  esriGeoAnalysisUnitsEnum unitsType
);
[C++]
Parameters
Radius [in]

Radius is a parameter of type double StartAngle [in]
StartAngle is a parameter of type double EndAngle [in]
EndAngle is a parameter of type double unitsType [in]
unitsType is a parameter of type esriGeoAnalysisUnitsEnum

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSANeighborhood Interface