XYZLocationSpanGetStartLocation Method |
Gets the start location of the span. The span can not be edited by editing
this location.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IZLocation GetStartLocation()
Public Function GetStartLocation As IZLocation
public:
virtual IZLocation^ GetStartLocation() sealed
Return Value
Type:
IZLocationStart location of the span
Implements
IXYZLocationSpanGetStartLocationRemarks
Made as a method instead of a property get to avoid
users to think the start location of tye span can be
manipulated through this method.
See Also