Click or drag to resize

Res1DFactory Class

A factory class (abstract factory pattern) for creating Res1D objects
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.ResultDataAccessRes1DFactory

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

The Res1DFactory type exposes the following members.

Constructors
  NameDescription
Public methodRes1DFactory
Default contstructor, required for COM interop
Top
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 IRes1DOutlet (Res1DOutlet)
Public methodCreateRes1DSewerNode
Create a new IRes1DSewerNode (Res1DSewerNode)
Public methodCreateResultData
Create a new IResultData (ResultData)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also