ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphic.IsLocked Property

Indicates whether the graphic is locked and unable to be moved.

[Visual Basic .NET]
Public Property IsLocked As Boolean
[C#]
public bool IsLocked {get; set;}
[C++]
HRESULT get_IsLocked(
  VARIANT_BOOL* pIsLocked
);
[C++]
HRESULT put_IsLocked(
  VARIANT_BOOL pIsLocked
);
[C++]

Parameters

pIsLocked [out, retval]   pIsLocked is a parameter of type VARIANT_BOOL pIsLocked [in]   pIsLocked is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphic Interface