This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureNodeFlags Interface > ISchematicInMemoryFeatureNodeFlags.RootNode Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* IsRootNode
);
[C++]
HRESULT put_RootNode(
VARIANT_BOOL IsRootNode
);
[C++]
Parameters IsRootNode [out, retval] IsRootNode is a parameter of type VARIANT_BOOL IsRootNode [in] IsRootNode is a parameter of type VARIANT_BOOL