Interface IExtensionTypeInfoGeomCLDataConverter
Info of extension which implements IExtensionGeomCLDataConverter
Namespace: CAMAPI.Extensions
Assembly: CAMAPI.Extensions.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("0D151D45-7E5E-4064-9738-0DC1AB1DDD8B")]
public interface IExtensionTypeInfoGeomCLDataConverter
Properties
FilterType
Type of filer - to be used on all or exact operation types. Available values are: all, exact
Declaration
string FilterType { get; }
Property Value
Type | Description |
---|---|
string |
OperationTypes
List of operation types, which can be applied by this extension
Declaration
IListString OperationTypes { get; }
Property Value
Type | Description |
---|---|
IListString |