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


ILocalCoordinateSystem.MapCoordinateSystem Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

ILocalCoordinateSystem.MapCoordinateSystem Property

The input map coordinate system.

[Visual Basic .NET]
Public ReadOnly Property MapCoordinateSystem As ISpatialReference
[C#]
public ISpatialReference MapCoordinateSystem {get;}
[C++]
HRESULT get_MapCoordinateSystem(
  ISpatialReference** ppMapCS
);
[C++]

Parameters ppMapCS [out, retval]
ppMapCS is a parameter of type ISpatialReference

Product Availability

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

See Also

ILocalCoordinateSystem Interface