This document is archived and information here might be outdated. Recommended version. |
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**