This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectiveTransformation2DGEN Interface > IProjectiveTransformation2DGEN.SpatialReference Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
SR is a parameter of type ISpatialReference SR
SR is a parameter of type ISpatialReference