OrificeAddOrificePolygon Method |
Add a polygon to the shape of the orifice
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void AddOrificePolygon(
Polygon polygon
)
Public Sub AddOrificePolygon (
polygon As Polygon
)
public:
void AddOrificePolygon(
Polygon^ polygon
)
Parameters
- polygon
- Type: DHI.Mike1D.GenericPolygon
[Missing <param name="polygon"/> documentation for "M:DHI.Mike1D.StructureModule.Orifice.AddOrificePolygon(DHI.Mike1D.Generic.Polygon)"]
See Also