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


IFeatureCursorBuffer2.SpatialReference Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFeatureCursorBuffer2.SpatialReference Property

Projection of buffered features.

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