com.esri.arcgis.schematic
Class ISchematicDatasetEventsBeforeReduceNodeEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.ISchematicDatasetEventsBeforeReduceNodeEvent
- All Implemented Interfaces:
- Serializable
public class ISchematicDatasetEventsBeforeReduceNodeEvent
- extends EventObject
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
- Serialized Form
ISchematicDatasetEventsBeforeReduceNodeEvent
public ISchematicDatasetEventsBeforeReduceNodeEvent(Object source)
init
public void init(ISchematicInMemoryFeatureNode inMemoryNode,
boolean[] canReduce,
ISchematicInMemoryFeatureLink inMemoryLinkToReduce)
getInMemoryNode
public final ISchematicInMemoryFeatureNode getInMemoryNode()
getCanReduce
public final boolean getCanReduce()
setCanReduce
public final void setCanReduce(boolean canReduce)
getInMemoryLinkToReduce
public final ISchematicInMemoryFeatureLink getInMemoryLinkToReduce()
setInMemoryLinkToReduce
public final void setInMemoryLinkToReduce(ISchematicInMemoryFeatureLink inMemoryLinkToReduce)