com.esri.arcgis.display
Interface esriMarkerFillStyle

All Superinterfaces:
Serializable

public interface esriMarkerFillStyle
extends Serializable

Marker fill symbol styles.

Description

esriMarkerFillStyle specifies the appearance of the markers used with the IMarkerFillSymbol interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriMFSGrid
          Fill symbol markers are placed in a grid.
static int esriMFSRandom
          Fill symbol markers are placed randomly.
 

Field Detail

esriMFSGrid

static final int esriMFSGrid
Fill symbol markers are placed in a grid.

See Also:
Constant Field Values

esriMFSRandom

static final int esriMFSRandom
Fill symbol markers are placed randomly.

See Also:
Constant Field Values