AxesHelperGetOptionalOrientationAxesService Method |
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic 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| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when provider is .
|
See Also