| BoundaryItemSWQCreate Method  | 
 
            BoundaryItemConstant factory, creates and returns a new object.
            
 
    Namespace: 
   DHI.Mike1D.BoundaryModule
    Assembly:
   DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
 Syntax
Syntaxpublic static BoundaryItemSWQ Create(
	string swqId
)
Public Shared Function Create ( 
	swqId As String
) As BoundaryItemSWQ
public:
static BoundaryItemSWQ^ Create(
	String^ swqId
)
Parameters
- swqId
- Type: SystemString
 [Missing <param name="swqId"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemSWQ.Create(System.String)"] 
Return Value
Type: 
BoundaryItemSWQ[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemSWQ.Create(System.String)"]
 See Also
See Also