Click or drag to resize
IDfsuBuilder Methods

The IDfsuBuilder type exposes the following members.

Methods
  NameDescription
Public methodAddDynamicItem
Add a dynamic item.
Public methodCreateFile
Create and return a dfsu file
Public methodSetElementIds
Set the element id's. Optional. If not set, default values are used (1,2,3,...)
Public methodSetElements
Set element connectivity: For each element is specified which nodes the element consist of. The node is specified by its index into the list of nodes.
Public methodSetFromMeshFile
Public methodSetNodeIds
Set the node id's. Optional. If not set, default values are used (1,2,3,...)
Public methodSetNodes
Set node coordinates and code. Depending on the projection string, node coordinates are in meters or degrees.
Public methodSetProjection
Set the geographical projection
Public methodSetTimeInfo
Set time info for the temporal axis.
Public methodSetZUnit
Set unit of the z coordinate. By default the unit is meters, but the unit can be overridden by setting it explicitly here. The unit must be a length unit (convertable to meters).
Public methodValidate
Validate will return a string of issues from the item builder. When this returns an empty list, the item has been properly build.
Top
See Also