Click or drag to resize

IStringDoublePair Interface

Interface for a pair of strings and doubles

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IStringDoublePair

The IStringDoublePair type exposes the following members.

Properties
  NameDescription
Public propertyDouble
Double of pair
Public propertyString
String of pair
Top
Remarks
Required for COM interop
See Also