ArcObjects Library Reference (DefenseSolutions)  

IMoleSymbol Interface

Provides access to IMoleSymbol Interface.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Read/write property Style The symbology style for the symbol.
Read/write property SymbolID The symbol ID code (SIC) for the symbol.
Read/write property TextLabels The text labels adorning the symbol.
Read/write property TextSize The size of text generated by the MOLE symbol. For Marker symbols, this is expressed in points (0 = hide labels, <0 = automatic text size). For Line and Fill symbols, it is expresed in map units (must be greater than 0).
Read/write property UID A unique identifier for the MOLE symbol.
Read/write property UserData Any additional user data.

CoClasses that implement IMoleSymbol

CoClasses and Classes Description
MoleFillSymbol Mole Fill Symbol Class.
MoleLineSymbol Mole Line Symbol Class.
MoleMarkerSymbol Mole Marker Symbol Class.

Remarks

The IMoleSymbol interface is implemented by the three MoleSymbol classes. These allow you to easily create and display MOLE symbology on a map, without the need to store them as feature classes. A MOLE symbol can be rendered with just two pieces of information: a valid symbol identification code and a geometry.