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


IFeatureCursorBuffer2.DataFrameSpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCursorBuffer2 Interface > IFeatureCursorBuffer2.DataFrameSpatialReference Property
ArcGIS Developer Help

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