Click or drag to resize

IRes1DCatchment Interface

Data desription and time step data for a catchment.

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 IRes1DCatchment : IRes1DDataSet, 
	INetworkCatchment

The IRes1DCatchment type exposes the following members.

Properties
  NameDescription
Public propertyArea
Area of catchment. Unit: [m2]
Public propertyCenterPoint
Center point of catchment
Public propertyDataItems
List of data items used for accessing the data.
(Inherited from IRes1DDataSet.)
Public propertyId
Identification string
(Inherited from IRes1DDataSet.)
Public propertyID
Catchment ID.
(Inherited from INetworkCatchment.)
Public propertyShape
Shape of catchment. The IElementSetDefinition will have only one element with a Polygon type element. This Shape IElementSetDefinition will be referenced from all the catchment data items.
Top
Methods
  NameDescription
Public methodGetDataItem
Return data item of specified type if present, otherwise null
(Inherited from IRes1DDataSet.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetDataItem
Return data item of specified type if present, otherwise null
(Defined by Res1DExtensions.)
Top
See Also