|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicInMemoryFeatureNodeFlags
Provides access to members that manage the schematic in memory feature node flags.
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 |
---|
boolean isRootNode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRootNode(boolean isRootNode) throws IOException, AutomationException
isRootNode
- The isRootNode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEndNode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEndNode(boolean isEndNode) throws IOException, AutomationException
isEndNode
- The isEndNode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |