ArcObjects Library Reference (Geometry)  

IAffineTransformation2D3GEN.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 [out, retval]

  SR is a parameter of type ISpatialReference

SR

  SR is a parameter of type ISpatialReference

Product Availability

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

See Also

IAffineTransformation2D3GEN Interface