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


ISchematicDiagramLock.IsLocked Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDiagramLock.IsLocked Property

Indicates if the diagram is locked or not.

[Visual Basic .NET]
Public ReadOnly Property IsLocked As Boolean
[C#]
public bool IsLocked {get;}
[C++]
HRESULT get_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. Requires Schematics Extension.

See Also

ISchematicDiagramLock Interface