Click or drag to resize

Structure.Accepts Method

List of data types that is accepted, i.e., that you can get a ValueSetter for.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public virtual IList<IQuantity> Accepts()

Return Value

Type: IList<IQuantity>
List of data types accepted

Implements

IQuantityProxy.Accepts()
See Also