MPLATFORMLib Namespace : IMConfig Interface |
The following tables list the members exposed by IMConfig.
Name | Description | |
---|---|---|
AttributesBoolGet | Gets value of attribute. This method works only with attributes, whose values are boolean. | |
AttributesBoolSet | Sets value to attribute. This method works only with attributes, whose values are boolean. | |
AttributesClone | Creates a copy of attributes. | |
AttributesDoubleGet | Gets value of attribute. This method works only with attributes, whose values are double. | |
AttributesDoubleSet | Sets value to attribute. This method works only with attributes, whose values are double. | |
AttributesGetByIndex | Gets attribute by its index. | |
AttributesGetCount | Gets count of attributes. | |
AttributesHave | Indicates whether the attribute is existed. | |
AttributesInfoGet | Get attribute information (see eMInfoType for details) | |
AttributesInfoGetByIndex | Get attribute information by index of the attribute. | |
AttributesInfoGetCount | Gets the count of attribute information fields. | |
AttributesIntGet | Gets value of attribute. This method works only with attributes, whose values are integer. | |
AttributesIntSet | Sets value of attribute. This method works only with attributes, whose values are integer. | |
AttributesMultipleSet | Sets values to collection of attributes. | |
AttributesRemove | Removes the attribute. | |
AttributesRemoveAll | Removes all attributes. | |
AttributesSave | Saves all attributes to string. | |
AttributesSet | Sets multiple attributes. | |
AttributesStringGet | Gets value of attribute. This method works only with attributes, whose values are strings. | |
AttributesStringSet | Sets value of attribute. This method works only with attributes, whose values are strings. | |
AttributesValuesInfoGet | Gets information about values of the attribute | |
ConfigGet | Gets the option of the specified type with its attributes. | |
ConfigGetAll | Gets all properties of configuration. | |
ConfigGetByIndex | Gets the option of the certain type by its index. | |
ConfigGetCount | Gets count of the certain type options. | |
ConfigSet | Sets the option of the specified type and gets its attributes for setting the properties of this option. | |
ConfigSetAll | Sets all properties of configuration. | |
ConfigShowProps | Shows properties of the specified type. Reserved for future usage. | |
ConfigTypesGetByIndex | Gets an option type by its index. | |
ConfigTypesGetCount | Gets the count of option types. |