This document is archived and information here might be outdated. Recommended version. |
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