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


ILocalCoordinateSystem.MapCoordinateSystem Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IL > ILocalCoordinateSystem Interface > ILocalCoordinateSystem.MapCoordinateSystem Property
ArcGIS Developer Help

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