Creates the smallest possible location that can contain in the specified location that can form a union.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic Location Union(
Location loc
)
Public Function Union (
loc As Location
) As Location
Parameters
- loc Location
- A location to union.
Return Value
LocationReturns a location which contains the specified location that form the union.
See Also