com.esri.arcgis.schematic
Class ISchematicDatasetEventsAfterMoveFeaturesEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.ISchematicDatasetEventsAfterMoveFeaturesEvent
- All Implemented Interfaces:
- Serializable
public class ISchematicDatasetEventsAfterMoveFeaturesEvent
- extends EventObject
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
- Serialized Form
ISchematicDatasetEventsAfterMoveFeaturesEvent
public ISchematicDatasetEventsAfterMoveFeaturesEvent(Object source)
init
public void init(IDisplay display,
ISchematicLayer schematicLayer,
IEnumSchematicInMemoryFeature inMemoryFeatures,
ILine line)
getDisplay
public final IDisplay getDisplay()
getSchematicLayer
public final ISchematicLayer getSchematicLayer()
getInMemoryFeatures
public final IEnumSchematicInMemoryFeature getInMemoryFeatures()
getLine
public final ILine getLine()