Provides access to members that control the raster (bitmap) marker symbol.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IPictureMarkerSymbol is a marker symbols that uses the contents of either a Windows bitmap (.BMP) file, or an Enhanced MetaFile (.EMF). The latter is an excellent way to get highly polished multi-color artwork into Arc Map as a marker symbol.
Members
Inherited Interfaces
Interfaces |
Description |
IMarkerSymbol |
Provides access to members that control marker symbols. |
CoClasses that implement IPictureMarkerSymbol
CoClasses and Classes |
Description |
PictureMarkerSymbol |
A marker symbol based on either a BMP or an EMF picture. |
See Also
IMarkerSymbol Interface
.NET Snippets
Create Picture Marker Symbol |
Create Marker Symbol From MOLE Cached Graphic
.NET Samples
Dynamic logo (Code Files:
DynamicLogo) |
Use an AlgorithmicColorRamp to color a ClassBreaksRenderer (Code Files:
AlgorithmicColorRamp) |
RSS weather layer (Code Files:
RSSWeatherLayerClass)
.NET Related Topics
How to make a picture marker symbol