This document is archived and information here might be outdated.  Recommended version.


ISchematicInMemoryFeatureNodeFlags.RootNode Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureNodeFlags.RootNode Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryFeatureNodeFlags Interface