com.esri.arcgis.schematic
Interface ISchematicDiagramLock

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicDiagramLockProxy, SchematicDiagram

public interface ISchematicDiagramLock
extends java.io.Serializable

COM Interface 'ISchematicDiagramLock'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfe236081_8c6b_4e60_bf6d_484292cbf05d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isLocked()
          Indicates if the diagram is locked or not.
 

Field Detail

IIDfe236081_8c6b_4e60_bf6d_484292cbf05d

static final int IIDfe236081_8c6b_4e60_bf6d_484292cbf05d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isLocked

boolean isLocked()
                 throws java.io.IOException,
                        AutomationException
Indicates if the diagram is locked or not.

Returns:
The isLocked
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.