com.esri.arcgis.schematic
Class INgProjectEventsBeforeOpenViewEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.INgProjectEventsBeforeOpenViewEvent
- All Implemented Interfaces:
- Serializable
public class INgProjectEventsBeforeOpenViewEvent
- extends EventObject
Description
This event is automatically fired before a diagram is opened. By default, if windows are created by Schematics, the view handle number is 0, and the event does not need to be implemented. For more details on the Schematics events' chaining during any diagram opening, please see the Remarks section available from the INgDiagram Open method help-page.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
INgProjectEvents.beforeOpenDiagram(com.esri.arcgis.schematic.INgProjectEventsBeforeOpenDiagramEvent),
Serialized Form
INgProjectEventsBeforeOpenViewEvent
public INgProjectEventsBeforeOpenViewEvent(Object source)
init
public void init(String viewTitle,
String viewName,
int[] windowHwnd,
int[] parentHwnd)
getViewTitle
public final String getViewTitle()
getViewName
public final String getViewName()
getWindowHwnd
public final int getWindowHwnd()
setWindowHwnd
public final void setWindowHwnd(int windowHwnd)
getParentHwnd
public final int getParentHwnd()
setParentHwnd
public final void setParentHwnd(int parentHwnd)