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


IBufferProcessingParameter.BufferSpatialReference Property (ArcObjects .NET 10.5 SDK)
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