Interface IListString
Simple equivalent of List of strings
Namespace: SprutCAMTech.CAMAPI.Generic.List
Assembly: SprutCAMTech.CAMAPI.Generic.List.dll
Syntax
[Guid("E6A24EDA-5479-42B6-B5DF-BA76CB97053E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IListString
Methods
Add(string)
Declaration
Parameters
Type |
Name |
Description |
string |
element |
|
Clear()
Declaration
Contains(string)
Declaration
bool Contains(string element)
Parameters
Type |
Name |
Description |
string |
element |
|
Returns
Count()
Declaration
Returns
Get(int)
Declaration
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
Remove(string)
Remove existing element. If not found, do nothing
Declaration
void Remove(string element)
Parameters
Type |
Name |
Description |
string |
element |
|