|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicTarget
Provides access to members that control the Schematic Layer target; that is the layer related to the active schematic diagram.
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. |
Method Detail |
---|
void setSchematicTargetByRef(ISchematicLayer ppSchematicLayer) throws IOException, AutomationException
ppSchematicLayer
- A reference to a com.esri.arcgis.schematic.ISchematicLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicLayer getSchematicTarget() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isChangeTargetWithFocusMap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChangeTargetWithFocusMap(boolean pChangeTarget) throws IOException, AutomationException
pChangeTarget
- The pChangeTarget (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |