Click or drag to resize

EngineNetFactoryCreateNode Method (IStructureNode)

Create an EngineStructureNode from an IStructureNode.

It is assumed that the structure functionality will be added by the user.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static EngineNodeStructure CreateNode(
	IStructureNode node
)

Parameters

node
Type: DHI.Mike1D.NetworkDataAccessIStructureNode

[Missing <param name="node"/> documentation for "M:DHI.Mike1D.Engine.EngineNetFactory.CreateNode(DHI.Mike1D.NetworkDataAccess.IStructureNode)"]

Return Value

Type: EngineNodeStructure

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EngineNetFactory.CreateNode(DHI.Mike1D.NetworkDataAccess.IStructureNode)"]

See Also