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


IProjectiveTransformation2DGEN.SpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectiveTransformation2DGEN Interface > IProjectiveTransformation2DGEN.SpatialReference Property
ArcGIS Developer Help

IProjectiveTransformation2DGEN.SpatialReference Property

The spatial reference in which this transformation is meaningful.

[Visual Basic .NET]
Public Property SpatialReference As ISpatialReference
[C#]
public ISpatialReference SpatialReference {get; set;}
[C++]
HRESULT get_SpatialReference(
  ISpatialReference* SR
);
[C++]
HRESULT putref_SpatialReference(
  ISpatialReference** SR
);
[C++]
Parameters
SR 

SR is a parameter of type ISpatialReference* SR [out, retval]
SR is a parameter of type ISpatialReference**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProjectiveTransformation2DGEN Interface