ArcObjects Library Reference (Carto)  

IFeatureCursorBuffer2.BufferSpatialReference Property

Specifies in which spatial reference system should be buffered.

[Visual Basic .NET]
Public WriteOnly Property BufferSpatialReference
[C#]
public void BufferSpatialReference {set;}
[C++]
HRESULT putref_BufferSpatialReference(
  ISpatialReference* 
);
[C++]

Parameters

[in]

   is a parameter of type ISpatialReference

Product Availability

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

See Also

IFeatureCursorBuffer2 Interface