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


ISchematicDatasetEvents.BeforeReduceNode Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDatasetEvents Interface > ISchematicDatasetEvents.BeforeReduceNode Event
ArcGIS Developer Help

ISchematicDatasetEvents.BeforeReduceNode Event

Called before a schematic in memory feature node is reduced.

[Visual Basic .NET]
Public Event BeforeReduceNode As BeforeReduceNodeEventHandler
[C#]
public event BeforeReduceNodeEventHandler BeforeReduceNode
[C++]
HRESULT BeforeReduceNode(
  ISchematicInMemoryFeatureNode* InMemoryNode,
  Boolean* CanReduce,
  ISchematicInMemoryFeatureLink** InMemoryLinkToReduce
);
[C++]
Parameters
InMemoryNode [in]

InMemoryNode is a parameter of type ISchematicInMemoryFeatureNode* CanReduce [in, out]
CanReduce is a parameter of type bool* InMemoryLinkToReduce [in, out]
InMemoryLinkToReduce is a parameter of type ISchematicInMemoryFeatureLink**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDatasetEvents Interface