Click or drag to resize

IRes1DFactory Interface

A factory interface (abstract factory pattern) for creating Res1D objects

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IRes1DFactory

The IRes1DFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateFilter
Create a new IFilter (Filter)
Public methodCreateGlobalData
Create a new IGlobal (Global)
Public methodCreatePeriod
Create a new IPeriod (Period)
Public methodCreateRes1DBasin
Create a new IRes1DBasin (Res1DBasin)
Public methodCreateRes1DCircularCrossSection
Create a new IRes1DCircularCrossSection (Res1DCircularCrossSection)
Public methodCreateRes1DClosedPolygonCrossSection
Create a new IRes1DClosedPolygonCrossSection (Res1DClosedPolygonCrossSection)
Public methodCreateRes1DCrossSectionPoint
Create a new IRes1DCrossSectionPoint (Res1DCrossSectionPoint)
Public methodCreateRes1DEggshapedCrossSectio
Create a new IRes1DEggshapedCrossSection (Res1DEggshapedCrossSection)
Public methodCreateRes1DHGridPoint
Create a new IRes1DHGridPoint (Res1DHGridPoint)
Public methodCreateRes1DManhole
Create a new IRes1DManhole (Res1DManhole)
Public methodCreateRes1DNode
Create a new I (Res1DNode)
Public methodCreateRes1DOpenCrossSection
Create a new IRes1DOpenCrossSection (Res1DOpenCrossSection)
Public methodCreateRes1DOutlet
Create a new IRes1DOutlet (Res1DOutlet)
Public methodCreateRes1DQGridPoint
Create a new IRes1DQGridPoint (Res1DQGridPoint)
Public methodCreateRes1DReach
Create a new IRes1DReach (Res1DReach)
Public methodCreateRes1DRectangularCrossSection
Create a new IRes1DRectangularCrossSection (Res1DRectangularCrossSection)
Public methodCreateRes1DSewerJunction
Create a new IRes1DSewerJunction (Res1DSewerJunction)
Public methodCreateRes1DSewerNode
Create a new IRes1DSewerNode (Res1DSewerNode)
Public methodCreateResultData
Create a new IResultData (ResultData)
Top
See Also