MPLATFORMLib Namespace : IMAttributes Interface |
For a list of all members of this type, see IMAttributes members.
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 |