00392: Mask Layer contains both include and exclude mask types.

You can add a mask layer in ArcGIS Pro that contains both include and exclude mask types. The Scene Viewer supports one mask type per mask layer.

Solution 1

Open the attribute table of the mask layer to change the mask type on each feature.

  1. Right-click the mask layer in the Contents pane and click Attribute Table Table frame gallery.
  2. In the attribute table, find the Mask field.

    This field contains both include and exclude mask types.

  3. Click the field value and change the values to match.

    All values must match as either include or exclude.

  4. Click the Edit tab on the ribbon.
  5. On the ribbon, on the Edit tab, click Save Save.

You can click Analyze in the Sharing pane without any errors.

Solution 2

Open the attribute table to change the mask type on all features.

  1. Right-click the mask layer in the Contents pane and click Attribute Table Table frame gallery.
  2. In the attribute table, click the Mask field.

    This field contains both include and exclude mask types.

  3. Click Calculate Calculate Field.
  4. In the code block, type 0 for include or 1 for exclude mask type.
  5. Click OK.

All field values are now the same. You can click Analyze in the Sharing pane without any errors.


In this topic
  1. Solution 1
  2. Solution 2