AxesHelperGetAxes Method (IServiceProvider) |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Axes GetAxes(
IServiceProvider provider
)
Public Shared Function GetAxes (
provider As IServiceProvider
) As Axes
public:
static Axes^ GetAxes(
IServiceProvider^ provider
)
static member GetAxes :
provider : IServiceProvider -> Axes
Parameters
- provider
- Type: SystemIServiceProvider
The object from which to obtain the IOrientationAxesService service.
Return Value
Type:
AxesThe
Axes from the
IOrientationAxesService.
Exceptions See Also