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


IMapTopology.SpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IM > IMapTopology Interface > IMapTopology.SpatialReference Property
ArcGIS Developer Help

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