CLST Class |
Namespace: GeoEngine.Core.GXNet
The CLST type exposes the following members.
| Name | Description | |
|---|---|---|
| AddItem | Adds an item to the end of the list. | |
| AddSymbItem | Adds a channel/line/blob name and symbol to a list. | |
| AddUniqueItem | Adds a unique item to the end of the list. | |
| Append | Add the items in one list to another list. | |
| AssayChannel | Create a LST of assay channel mask strings from file. | |
| Clear | Clear a list object. | |
| ConvertFromCSVString | Load a LST with items from a string. | |
| Copy | Copy one LST object to another. | |
| Create |
creates a user controllable list. The list
is empty when created.
| |
| CreateS | Create LST from serialized source. | |
| DelItem |
Removes an item from the list. All items below
it are shifted up one.
| |
| Dispose | Releases the unmanaged resources used by the CLST and optionally releases the managed resources (Overrides CHANDLEDispose(Boolean).) | |
| FindItems | Searches a LST for items in a second LST, returns indices of those found. | |
| GtItem(Int32, Int32, String) | This places the specified item into the buffer provided. | |
| GtItem(Int32, Int32, String, Int32) | This places the specified item into the buffer provided. | |
| GtSymbItem(Int32, String, Int32) | Returns a channel/line/blob name and symbol from a list. | |
| GtSymbItem(Int32, String, Int32, Int32) | Returns a channel/line/blob name and symbol from a list. | |
| IConvertToCSVString(String) | Load a string with names from a LST. | |
| IConvertToCSVString(String, Int32) | Load a string with names from a LST. | |
| iFindItem | Searches the list for a specified item. | |
| iFindItemMask | Searches the list for a specified item, list contains masks. | |
| iGetInt | Get an integer item. | |
| iLoadProj | Obsolete.
Sets up a list with datum codes and their associated
descriptions read from a projection datum file.
| |
| iLoadProjCodes | Obsolete.
Sets up a list with datum codes read from a projection
datum file.
| |
| InsertItem | Adds an item at a given location in the list. | |
| iSize | Get the number of items in the list. | |
| LoadCSV | Load a list with data from a CSV file | |
| LoadFile | Set up a list from a list file. | |
| MakeREG | Obsolete. Make an LST from a REG. | |
| Resource |
Load a GX List Resource into this list object. The
entries are placed at the end of the list and are not
sorted.
| |
| rGetReal | Get a real item. | |
| SaveFile | Save a list to a file. | |
| SelectCSVStringItems | Load a LST with items from a second LST found in a CSV string. | |
| Serial | Serialize LST to a BF. | |
| SetItem | Place an item at a specified point in the LST. | |
| Sort | Sorts a list. |