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