ArcObjects Library Reference (Carto)  

ITilesTable.IsLocked Method

Is table locked

[Visual Basic .NET]
Public Function IsLocked ( _
) As Boolean
[C#]
public bool IsLocked (
);
[C++]
HRESULT IsLocked(
  VARIANT_BOOL* IsLocked
);
[C++]

Parameters

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

Product Availability

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

See Also

ITilesTable Interface