Interface IExtensionLibrary
Library with extensions, which can be included into CAM Open API
Namespace: CAMAPI.Extensions
Assembly: CAMAPI.Extensions.dll
Syntax
[Guid("1E2E779E-47F3-47A1-9E13-43CC9C5437BA")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IExtensionLibrary
Properties
Extensions
List of extensions, which are included into library
Declaration
IListExtension Extensions { get; }
Property Value
Type | Description |
---|---|
IListExtension |
Info
Properties of library
Declaration
IExtensionLibraryInfo Info { get; }
Property Value
Type | Description |
---|---|
IExtensionLibraryInfo |