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