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


ISchematicInMemoryFeatureNodeFlags.RootNode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureNodeFlags Interface > ISchematicInMemoryFeatureNodeFlags.RootNode Property
ArcGIS Developer Help

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(
  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

Product Availability

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

See Also

ISchematicInMemoryFeatureNodeFlags Interface