Click or drag to resize

IBoundaryData Methods

The IBoundaryData type exposes the following members.

Methods
  NameDescription
Public methodAppend
Append data from another file defined by its connection to the current Boundary data object
Public methodGetGlobalSource
Get a IGlobalSourceBoundary of the specified type
Public methodPrepare
Prepare the object for a simulation
Public methodSave
Save the data to the file defined by the Connection File will be overwritten if it already exists.
Public methodValidate
Validates the object
Top
Extension Methods
  NameDescription
Public Extension MethodFindOpenSourceBoundaries
Find open source boundaries for the location.
(Defined by BoundaryExtensions.)
Public Extension MethodFindOpenSourceBoundary
Find open source boundary for the location. Returns the first one found (i.e. does not check if there is more than one).
(Defined by BoundaryExtensions.)
Public Extension MethodRemoveOpenSourceBoundary
Remove boundary at location. If boundary is used in more than one location, only the location is removed from the boundary, otherwise the entire boundary is removed.
(Defined by BoundaryExtensions.)
Top
See Also