IAttributesConverter Class
Summary: A custom converter for layer attributes.
Module: aspose.gis
Full Name: aspose.gis.IAttributesConverter
Aspose.PSD Version: 25.9.0
Methods
| Name | Description |
|---|---|
| modify_attribute(attribute, actions) | Adjusts a FeatureAttribute as necessary for the target layer. |
Method: modify_attribute(attribute, actions)
modify_attribute(attribute, actions)
Adjusts a FeatureAttribute as necessary for the target layer.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| attribute | FeatureAttribute | A copy of an attribute of the source layer. |
| actions | AttributesConverterActions | Specifies optional actions with attributes of the destination layer. For example, allows us to exclude our attribute. |