Interface IExtensionGeomCLDataConverter
Extension, which can create wrapper over CLD receiver
Namespace: CAMAPI.TechOperation
Assembly: CAMAPI.TechOperation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("369770EF-E71B-4FC0-B3B4-A8B55035DE45")]
public interface IExtensionGeomCLDataConverter
Methods
FinalizeConverter()
Clean all resources, used by converter, especially COM-objects
Declaration
void FinalizeConverter()
GetCLDReceiverWrapper(ICamApiTechOperation, ICamApiCLDReceiver, out TResultStatus)
Declaration
ICamApiCLDReceiver GetCLDReceiverWrapper(ICamApiTechOperation TechOperation, ICamApiCLDReceiver Receiver, out TResultStatus ret)
Parameters
Type | Name | Description |
---|---|---|
ICamApiTechOperation | TechOperation | |
ICamApiCLDReceiver | Receiver | |
TResultStatus | ret |
Returns
Type | Description |
---|---|
ICamApiCLDReceiver |