Interface ICamApiAttributeFloatEnumValues
The list of available values if the attribute has enum restriction.
Assembly: CAMAPI.CustomAttributes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("8EC00CD7-AB9F-4D0D-BA84-4193D6788B39")]
public interface ICamApiAttributeFloatEnumValues
Properties
Extendable
Can user add its own values to the enum list or not.
Declaration
bool Extendable { get; set; }
Property Value
Value[int]
Declaration
double Value[int Index] { get; set; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
ValueCaption[int]
Declaration
string ValueCaption[int Index] { get; set; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
ValuesCount
Count of enum values in the list.
Declaration
Property Value
Methods
AddValue(double, string)
Declaration
int AddValue(double Value, string Caption)
Parameters
Returns
RemoveValue(int)
Declaration
bool RemoveValue(int ValueIndex)
Parameters
| Type |
Name |
Description |
| int |
ValueIndex |
|
Returns