Res1DFactory Class

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

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class Res1DFactory : IRes1DFactory
Inheritance
Object    Res1DFactory
Implements
IRes1DFactory

Constructors

Res1DFactory Default contstructor, required for COM interop

Methods

CreateFilter Create a new IFilter (Filter)
CreateGlobalData Create a new IGlobal (Global)
CreatePeriod Create a new IPeriod (Period)
CreateRes1DBasin Create a new IRes1DBasin (Res1DBasin)
CreateRes1DCircularCrossSection Create a new IRes1DCircularCrossSection (Res1DCircularCrossSection)
CreateRes1DClosedPolygonCrossSection Create a new IRes1DClosedPolygonCrossSection (Res1DClosedPolygonCrossSection)
CreateRes1DCrossSectionPoint Create a new IRes1DCrossSectionPoint (Res1DCrossSectionPoint)
CreateRes1DEggshapedCrossSectio Create a new IRes1DEggshapedCrossSection (Res1DEggshapedCrossSection)
CreateRes1DHGridPoint Create a new IRes1DHGridPoint (Res1DHGridPoint)
CreateRes1DManhole Create a new IRes1DManhole (Res1DManhole)
CreateRes1DNode Create a new I (Res1DNode)
CreateRes1DOpenCrossSection Create a new IRes1DOpenCrossSection (Res1DOpenCrossSection)
CreateRes1DOutlet Create a new IRes1DOutlet (Res1DOutlet)
CreateRes1DQGridPoint Create a new IRes1DQGridPoint (Res1DQGridPoint)
CreateRes1DReach Create a new IRes1DReach (Res1DReach)
CreateRes1DRectangularCrossSection Create a new IRes1DRectangularCrossSection (Res1DRectangularCrossSection)
CreateRes1DSewerJunction Create a new IRes1DOutlet (Res1DOutlet)
CreateRes1DSewerNode Create a new IRes1DSewerNode (Res1DSewerNode)
CreateResultData Create a new IResultData (ResultData)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also