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
SRSR is a parameter of type ISpatialReference
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IAffineTransformation2D::SpatialReference property allows to set/get the spatial reference of the AffineTransformation2D object. The spatial reference defines in which coordinate system the transformation is valid.