ArcObjects Library Reference (EditorExt)  

IMapTopology.SpatialReference Property

The spatial reference of this map topology. By default, it is the spatial reference of the Map.

[Visual Basic .NET]
Public Property SpatialReference As ISpatialReference
[C#]
public ISpatialReference SpatialReference {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

SpatialReference is used by the Editor to allow editing in projected space.

See Also

IMapTopology Interface