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


IFeatureCursorBuffer.Units Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCursorBuffer Interface > IFeatureCursorBuffer.Units Property
ArcGIS Developer Help

IFeatureCursorBuffer.Units Property

Conversion units, from map units to buffer units.

[Visual Basic .NET]
Public Sub set_Units ( _
    ByVal MapUnits As esriUnits, _
    ByVal A_2 As esriUnits _
)
[C#]
public void set_Units (
    esriUnits MapUnits,
    esriUnits A_2
);
[C++]
HRESULT put_Units(
  esriUnits MapUnits,
  esriUnits 
);
[C++]
Parameters
MapUnits [in]

MapUnits is a parameter of type esriUnits [in]
is a parameter of type esriUnits

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureCursorBuffer Interface