Interface IExtensionFactoryContext
Context to be provided in IExtensionFactory.OnLibraryRegistered and IExtensionFactory.OnLibraryUnRegistered
Namespace: CAMAPI.Extensions
Assembly: CAMAPI.Extensions.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("E4BA2F99-3B7F-4A97-9295-10196F071FE1")]
public interface IExtensionFactoryContext
Properties
Constants
Constants of main application
Declaration
ICamApiConstants Constants { get; }
Property Value
Type | Description |
---|---|
ICamApiConstants |
Paths
Paths, used in CAM application
Declaration
ICamApiPaths Paths { get; }
Property Value
Type | Description |
---|---|
ICamApiPaths |