LocationSpanGetEndLocation Method |
Gets the end location of the span.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public virtual ILocation GetEndLocation()
Public Overridable Function GetEndLocation As ILocation
public:
virtual ILocation^ GetEndLocation()
Return Value
Type:
ILocationEnd location of the span
Implements
ILocationSpanGetEndLocationRemarks
Made as a method instead of a property get to avoid
users to think the end location of the span can be
manipulated through this method.
See Also