Syntax FACTORY_DEF * SolidDissolverFactory [FACTORY_NAME ] [INPUT FEATURE_TYPE [ ]* []*]* [DEAGGREGATE_INPUT (YES|NO)] [DISSOLVE_COUNT_ATTR ] [ACCUM_INPUT_ATTRS (NONE|ONE|ALL)] [LIST_ATTRS_TO_INCLUDE ] [LIST_ATTRS_TO_INCLUDE_MODE (ALL|SELECTED)] [OUTPUT (OUTPUT|) FEATURE_TYPE [ ]* []*]* Overview Dissolves solid geometries. Clauses [DEAGGREGATE_INPUT (YES|NO)] Deaggregates collections if the value is YES. [DISSOLVE_COUNT_ATTR ] If specified, adds an attribute to each output feature with the attribute name containing the number of input features dissolved into the output feature. [ACCUM_INPUT_ATTRS (NONE|ONE|ALL)] If ACCUM_INPUT_ATTRS is NONE, no attributes will be merged onto the output features. If ACCUM_INPUT_ATTRS is ONE, the attributes from one representative feature will be merged onto the output feature. If ACCUM_INPUT_ATTRS is ALL, the attributes from all input features will be merged onto the output feature. [LIST_ATTRS_TO_INCLUDE ] Specifies a list of attribute names that may be used when building lists. [LIST_ATTRS_TO_INCLUDE_MODE (ALL|SELECTED)] If LIST_ATTRS_TO_INCLUDE_MODE is ALL, builds lists with all attributes from the input features. If LIST_ATTRS_TO_INCLUDE_MODE is SELECTED, builds lists with only the LIST_ATTRS_TO_INCLUDE attributes from the input features. Output Tags The SolidDissolverFactory supports the following output tags. OUTPUT Result of the solid dissolve operation Features that are rejected by the factory.