This document is archived and information here might be outdated.  Recommended version.


BeforeReduceNodeEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

BeforeReduceNodeEventHandler Delegate

Represents the method that handles the BeforeReduceNode event.
[Visual Basic .NET]
Public Delegate Sub BeforeReduceNodeEventHandler ( _
    ByVal InMemoryNode As ISchematicInMemoryFeatureNode, _
    ByRef CanReduce As Boolean, _
    ByRef InMemoryLinkToReduce As ISchematicInMemoryFeatureLink _
)
[C#]
public delegate void BeforeReduceNodeEventHandler (
    ISchematicInMemoryFeatureNode InMemoryNode,
    ref bool CanReduce,
    ref ISchematicInMemoryFeatureLink InMemoryLinkToReduce
);