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


IMap.SpatialReferenceLocked Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMap Interface > IMap.SpatialReferenceLocked Property
ArcGIS Developer Help

IMap.SpatialReferenceLocked Property

Indicates whether the spatial reference is prevented from being changed.

[Visual Basic .NET]
Public Property SpatialReferenceLocked As Boolean
[C#]
public bool SpatialReferenceLocked {get; set;}
[C++]
HRESULT get_SpatialReferenceLocked(
  VARIANT_BOOL Locked
);
[C++]
HRESULT put_SpatialReferenceLocked(
  Boolean* Locked
);
[C++]
Parameters
Locked [in]

Locked is a parameter of type bool Locked [out, retval]
Locked is a parameter of type bool*

Product Availability

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

See Also

IMap Interface