com.esri.arcgis.schematiccontrols
Interface ISchematicTarget

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EngineSchematicEnvironment, ISchematicTargetProxy

public interface ISchematicTarget
extends java.io.Serializable

COM Interface 'ISchematicTarget'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSchematicControls.olb'

Description: 'Provides access to members that control the Schematic Layer target; that is the layer related to the active schematic diagram.' 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 IIDbf024dbc_2abe_4962_9491_4ffc947c8e77
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicLayer getSchematicTarget()
          Current schematic layer target; that is, schematic layer related to the current active schematic diagram.
 boolean isChangeTargetWithFocusMap()
          Indicates if the schematic layer target changes when the focus map changes; that is, when the active data frame changes.
 void setChangeTargetWithFocusMap(boolean pChangeTarget)
          Indicates if the schematic layer target changes when the focus map changes; that is, when the active data frame changes.
 void setSchematicTargetByRef(ISchematicLayer ppSchematicLayer)
          Current schematic layer target; that is, schematic layer related to the current active schematic diagram.
 

Field Detail

IIDbf024dbc_2abe_4962_9491_4ffc947c8e77

static final int IIDbf024dbc_2abe_4962_9491_4ffc947c8e77
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

setSchematicTargetByRef

void setSchematicTargetByRef(ISchematicLayer ppSchematicLayer)
                             throws java.io.IOException,
                                    AutomationException
Current schematic layer target; that is, schematic layer related to the current active schematic diagram.

Parameters:
ppSchematicLayer - A reference to a com.esri.arcgis.schematic.ISchematicLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicTarget

ISchematicLayer getSchematicTarget()
                                   throws java.io.IOException,
                                          AutomationException
Current schematic layer target; that is, schematic layer related to the current active schematic diagram.

Returns:
A reference to a com.esri.arcgis.schematic.ISchematicLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isChangeTargetWithFocusMap

boolean isChangeTargetWithFocusMap()
                                   throws java.io.IOException,
                                          AutomationException
Indicates if the schematic layer target changes when the focus map changes; that is, when the active data frame changes.

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

setChangeTargetWithFocusMap

void setChangeTargetWithFocusMap(boolean pChangeTarget)
                                 throws java.io.IOException,
                                        AutomationException
Indicates if the schematic layer target changes when the focus map changes; that is, when the active data frame changes.

Parameters:
pChangeTarget - The pChangeTarget (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.