DK for ActiveX | TatukGIS_XDK11.ITGIS_ParamsList | Interfaces | Methods | Properties
List of parameters (sections).
// C# public interface ITGIS_ParamsList: ITBaseObject { }
' VisualBasic Public Interface ITGIS_ParamsList Implements ITBaseObject End Class
// Oxygene type ITGIS_ParamsList = public interface( ITBaseObject ) end;
| Name | Visibility | Description | |
|---|---|---|---|
| Add | public | Add a new section to the list; params will be copied from the first element. | |
| AddDefault | public | Add a new default section to the list. | |
| Assign_ | public | Assign another TGIS_ParamsList to the current object. | |
| AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| Clear | public | Clear the list. | |
| ClearAndSetDefaults | public | Clear the list and set default parameters. | |
| Delete | public | Delete selected section. | |
| DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| Exchange | public | Swaps the position of two items on the list. | |
| IsModified | public | Indicates whether the initial serial was modified (Params was touched). | |
| LoadFromConfig | public | Load parameters from the configuration file. | |
| LoadFromConfig_2 | public | Load parameters from the configuration file. | |
| LoadFromConfig_3 | public | Load parameters from the configuration file. | |
| LoadFromFile | public | Load parameters from the configuration file. | |
| LoadFromStrings | public | Load parameters from a list of strings. | |
| ResetSerial | public | Reset serial number counter. | |
| SaveToConfig | public | Save parameters into the configuration file. | |
| SaveToConfig_2 | public | Save parameters into the configuration file. | |
| SaveToConfig_3 | public | Save parameters into the configuration file. | |
| SaveToFile | public | Save parameters into the configuration file. | |
| SaveToStrings | public | Save parameters into a list of strings. | |
| SetUp | public | Prepare list by assigning a main section. | |
| Name | Visibility | Description | |
|---|---|---|---|
| Count | public | Count of sections on the list. | |
| Items | public | Direct access to the item by using array like operations. | |
| Layer | public | Layer associated with this list. | |
| Selected | public | Index of selected (active) item. | |
| SelectedObj | public | Select (active) object. | |
| Serial | public | Serial number updated after any property change. | |