PointHelperGetLocationPointService Method (IServiceProvider) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic static ILocationPointService GetLocationPointService(
IServiceProvider provider
)
Public Shared Function GetLocationPointService (
provider As IServiceProvider
) As ILocationPointService
public:
static ILocationPointService^ GetLocationPointService(
IServiceProvider^ provider
)
static member GetLocationPointService :
provider : IServiceProvider -> ILocationPointService
Parameters
- provider
- Type: SystemIServiceProvider
The object from which to obtain the service.
Return Value
Type:
ILocationPointServiceThe service provided by the object.
Exceptions
See Also