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


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

IFeatureCursorBuffer2.DataFrameSpatialReference Property

Specifies the spatial reference system of the data frame.

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