AxesHelperGetOrientationAxesService Method (IServiceProvider, String) |
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 GetOrientationAxesService(
IServiceProvider provider,
string exceptionMessage
)
Public Shared Function GetOrientationAxesService (
provider As IServiceProvider,
exceptionMessage As String
) As IOrientationAxesService
public:
static IOrientationAxesService^ GetOrientationAxesService(
IServiceProvider^ provider,
String^ exceptionMessage
)
static member GetOrientationAxesService :
provider : IServiceProvider *
exceptionMessage : string -> IOrientationAxesService
Parameters
- provider
- Type: SystemIServiceProvider
The object from which to obtain the service. - exceptionMessage
- Type: SystemString
An error message to include in the exception if the service is unavailable.
Return Value
Type:
IOrientationAxesServiceThe service provided by the object.
Exceptions See Also