AxesHelperGetAxes Method (IServiceProvider, String) | 
  
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Axes GetAxes(
	IServiceProvider provider,
	string exceptionMessage
)
Public Shared Function GetAxes ( 
	provider As IServiceProvider,
	exceptionMessage As String
) As Axes
public:
static Axes^ GetAxes(
	IServiceProvider^ provider, 
	String^ exceptionMessage
)
static member GetAxes : 
        provider : IServiceProvider * 
        exceptionMessage : string -> Axes 
Parameters
- provider
 - Type: SystemIServiceProvider
The object from which to obtain the IOrientationAxesService service. - exceptionMessage
 - Type: SystemString
An error message to include in the exception if the IOrientationAxesService service is unavailable. 
Return Value
Type: 
AxesThe 
Axes from the 
IOrientationAxesService.
Exceptions
See Also