EmptySourcePointProxySourcePoint Method |
Get source point
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public ISourcePoint SourcePoint(
int quantityIndex
)
Public Function SourcePoint (
quantityIndex As Integer
) As ISourcePoint
public:
virtual ISourcePoint^ SourcePoint(
int quantityIndex
) sealed
Parameters
- quantityIndex
- Type: SystemInt32
[Missing <param name="quantityIndex"/> documentation for "M:DHI.Mike1D.Engine.EmptySourcePointProxy.SourcePoint(System.Int32)"]
Return Value
Type:
ISourcePoint[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EmptySourcePointProxy.SourcePoint(System.Int32)"]
Implements
ISourcePointProxySourcePoint(Int32)See Also