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


ISchematicDiagramLock.IsLocked Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagramLock Interface > ISchematicDiagramLock.IsLocked Property
ArcGIS Developer Help

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(
  Boolean* IsLocked
);
[C++]
Parameters
IsLocked [out, retval]

IsLocked is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDiagramLock Interface