Interface CCS DIS Conversion
interface "CCS DIS Conversion"
Methods
Convert
public "CCS DIS Conversion" Convert(ConversionCode: Code[20]; var Value: Variant): None
Convert the value according to the implementation of the interface.
You can use one interface implementation for multiple enum values. Use the ConversionCode to identify the exact enumeration.
Parameters
Name | Type | Description |
---|---|---|
ConversionCode | Code[20] |
The source code tag to detail the interface implementation. |
Value | Variant |
Convert this value. |
Return Value
None