ArcObjects Library Reference  (Carto)    

IMap.SpatialReferenceLocked Property

Indicates whether the spatial reference is prevented from being changed.

[Visual Basic 6.0]
Property SpatialReferenceLocked As Boolean
[Visual Basic .NET]
Public Property SpatialReferenceLocked As Boolean
[C#]
public bool SpatialReferenceLocked {get; set;}
[Java]
public  getSpatialReferenceLocked (
    boolean Locked
)
[Java]
public void setSpatialReferenceLocked(
    boolean Locked
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_SpatialReferenceLocked(
  VARIANT_BOOL* Locked
);
[C++]
HRESULT put_SpatialReferenceLocked(
  VARIANT_BOOL Locked

);

[C++]

Parameters

Locked [out, retval]

  Locked is a parameter of type VARIANT_BOOL

Locked [in]

  Locked is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMap Interface

 


Feedback Send feedback on this page