SOLIDOS API - SolidosGetRootNode(rootName)
SolidosGetRootNode(rootName) - Returns a root node identifier
- Input parameters
- rootName (String) - the name of the root node
Could it be:
- Networks
- CatchmentGroups
- Sectors
- Tables
- Interferences
- Interferences
- Options
- SwmmSettings
- SwmmClimatology
- SwmmHydrology
- SwmmLidControls
- SwmmQuality
- SwmmCurves
- SwmmTimeSeries
- SwmmPatterns
- SwmmControls
- SwmmTimeSeriePlots
- EpanetSettings
- EpanetCurves
- EpanetPatterns
- EpanetControls
- EpanetTimeSeriePlots
- Constructors
- PartsLists
- Rules
- Styles
- InterferenceStyles
- CatchmentStyles
- SectorStyles
- LabelStyles
- TableStyles
- Output (Dynamo: String, Visual Lisp: Entity ID) - the identifier of the root item
- Errors that may occur
- BadRootName - if the given name is not a root node
Example of usage in Visual Lisp:
(setq networks (SolidosGetRootNode "Networks"))
;<Entity name: 262ec7c0050>
Example usage in Dynamo:
networks = SolidosAPI.SolidosGetRootNode("Networks");
#"5201"