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


IBufferProcessingParameter.TargetSpatialReference Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IBufferProcessingParameter.TargetSpatialReference Property

Indicates which spatial reference should be used for the buffer output.

[Visual Basic .NET]
Public WriteOnly Property TargetSpatialReference
[C#]
public void TargetSpatialReference {set;}
[C++]
HRESULT put_TargetSpatialReference(
  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