ArcObjects Library Reference (Carto)  

IBufferProcessingParameter.BufferSpatialReference Property

Indicates which spatial reference should be used for the buffering process.

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

Parameters

[in]

   is a parameter of type esriBufferSpatialReferenceType

Product Availability

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

See Also

IBufferProcessingParameter Interface