This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not the schematic in memory feature node is a end node.
[Visual Basic .NET]
Public Property EndNode As Boolean
[C#]
public bool EndNode {get; set;}
[C++]
HRESULT get_EndNode(
Boolean* IsEndNode
);
[C++]
HRESULT put_EndNode(
VARIANT_BOOL IsEndNode
);
[C++] Parameters IsEndNode [out, retval]
IsEndNode is a parameter of type bool* IsEndNode [in]
IsEndNode is a parameter of type bool