AxesHelperGetOptionalOrientationAxesService Method |
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 IOrientationAxesService GetOptionalOrientationAxesService(
IServiceProvider provider
)
Public Shared Function GetOptionalOrientationAxesService (
provider As IServiceProvider
) As IOrientationAxesService
public:
static IOrientationAxesService^ GetOptionalOrientationAxesService(
IServiceProvider^ provider
)
static member GetOptionalOrientationAxesService :
provider : IServiceProvider -> IOrientationAxesService
Parameters
- provider
- Type: SystemIServiceProvider
The object from which to obtain the service.
Return Value
Type:
IOrientationAxesServiceThe service provided by the object, or
if the service does not exist.
Exceptions See Also