IAttributesConverter.ModifyAttribute

IAttributesConverter.ModifyAttribute method

Adjusts a FeatureAttribute as necessary for the target layer.

public void ModifyAttribute(FeatureAttribute attribute, AttributesConverterActions actions)
ParameterTypeDescription
attributeFeatureAttributeA copy of an attribute of the source layer.
actionsAttributesConverterActionsSpecifies optional actions with attributes of the destination layer. For example, allows us to exclude our attribute.

See Also