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


IRasterNeighborhood2.SetWedge Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterNeighborhood2 Interface > IRasterNeighborhood2.SetWedge Method
ArcGIS Developer Help

IRasterNeighborhood2.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.

See Also

IRasterNeighborhood2 Interface