DHI.Mike1D Class Library
C#
Show/Hide TOC
ZLocation
Span
Get
End
Location Method
Gets the end location of the span.
Definition
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
override
ILocation
GetEndLocation
()
Return Value
ILocation
End location of the span
Implements
ILocationSpan
GetEndLocation
Remarks
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
Reference
ZLocationSpan Class
DHI.Mike1D.Generic Namespace
In This Article
Definition
Return Value
Implements
Remarks
See Also