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


IGPSANeighborhood.TypeOfUnits Property (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.TypeOfUnits Property
ArcGIS Developer Help

IGPSANeighborhood.TypeOfUnits Property

The type of units being used.

[Visual Basic .NET]
Public ReadOnly Property TypeOfUnits As esriGeoAnalysisUnitsEnum
[C#]
public esriGeoAnalysisUnitsEnum TypeOfUnits {get;}
[C++]
HRESULT get_TypeOfUnits(
  esriGeoAnalysisUnitsEnum* unitsType
);
[C++]
Parameters
unitsType [out, retval]

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