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