ArcObjects Library Reference (Schematic)  

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,
  VARIANT_BOOL* CanReduce,
  ISchematicInMemoryFeatureLink** InMemoryLinkToReduce
);
[C++]

Parameters

InMemoryNode [in]

  InMemoryNode is a parameter of type ISchematicInMemoryFeatureNode

CanReduce [in, out]   CanReduce is a parameter of type VARIANT_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