ArcObjects Library Reference (Carto)  

IFeatureCursorBuffer2.TargetSpatialReference Property

Specifies the target spatial reference system.

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