ILocation
ILocation
ILocation is a Generic interface that describes a location.
Methods
GetLocationName()
Returns a string, being the name of the ILocation.
GetInnerLocation()
Returns the actual location of the ILocation. For example if the ILocation is a ISector, it will return the ISector.
AsGenericLocation()
Returns a GenericLocation for this location.
Last updated
Was this helpful?