com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureNodeFlags

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureNodeFlagsProxy, SchematicInMemoryFeatureNode

public interface ISchematicInMemoryFeatureNodeFlags
extends Serializable

Provides access to members that manage the schematic in memory feature node flags.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isEndNode()
          Indicates whether or not the schematic in memory feature node is a end node.
 boolean isRootNode()
          Indicates whether or not the schematic in memory feature node is a root node.
 void setEndNode(boolean isEndNode)
          Indicates whether or not the schematic in memory feature node is a end node.
 void setRootNode(boolean isRootNode)
          Indicates whether or not the schematic in memory feature node is a root node.
 

Method Detail

isRootNode

boolean isRootNode()
                   throws IOException,
                          AutomationException
Indicates whether or not the schematic in memory feature node is a root node.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The isRootNode
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRootNode

void setRootNode(boolean isRootNode)
                 throws IOException,
                        AutomationException
Indicates whether or not the schematic in memory feature node is a root node.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
isRootNode - The isRootNode (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEndNode

boolean isEndNode()
                  throws IOException,
                         AutomationException
Indicates whether or not the schematic in memory feature node is a end node.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The isEndNode
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndNode

void setEndNode(boolean isEndNode)
                throws IOException,
                       AutomationException
Indicates whether or not the schematic in memory feature node is a end node.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
isEndNode - The isEndNode (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.