This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDatasetEvents Interface > ISchematicDatasetEvents.BeforeReduceNode Event (ArcObjects .NET 10.5 SDK) |
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