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


IBufferProcessingParameter.TargetSpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBufferProcessingParameter Interface > IBufferProcessingParameter.TargetSpatialReference Property
ArcGIS Developer Help

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