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


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

IFeatureCursorBuffer2.SourceSpatialReference Property

Specifies the spatial reference system of the source data (calls IFeatureCursorBuffer::SpatialReference()).

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