IReachLocationValueDouble Interface |
Required for COM interop, since COM can not handle generic types
Namespace: DHI.Mike1D.Generic
public interface IReachLocationValueDouble : IReachLocationValue<double>
The IReachLocationValueDouble type exposes the following members.
Name | Description | |
---|---|---|
EndChainage |
End chainage of value. Only used if IsSpan is set.
| |
IsSpan |
Bool indicating if value is on a location or on a span.
(Inherited from IReachLocationValueT.) | |
StartChainage |
Start chainage of value
| |
Value |
Value
|