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


IMapTopology.SpatialReference Property (ArcObjects .NET 10.4 SDK)
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