createElement method
- required ArcGISFeature arcGISFeature,
- UtilityTerminal? terminal,
Creates an UtilityElement from a feature and an optional UtilityTerminal.
If the optional UtilityTerminal is not supplied, and the feature's UtilityAssetType supports an UtilityTerminalConfiguration, a default UtilityTerminal will be assigned.
Parameters:
arcGISFeature— The ArcGISFeature from which the feature element is created.terminal— The UtilityTerminal.
Return Value: A new UtilityElement object.