ArcObjects Library Reference (DefenseSolutions)  

ICacheRendererCollection.IsLocked Property

Indicates whether the collection can be modified.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICacheRendererCollection Interface