This document is archived and information here might be outdated.  Recommended version.


ICartographicMarkerSymbol Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICartographicMarkerSymbol Interface
ArcGIS Developer Help

ICartographicMarkerSymbol Interface

Provides access to members that control the cartographic marker symbol.

Product Availability

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

Description

ICartographicMarkerSymbol can be used to control the XScale and YScale of ICharacterMarkerSymbols and IPictureMarkerSymbols. Use the IMarkerSymbol interface to set additional properties for ICartographicMarkerSymbols.

Members

Name Description
Read/write property XScale Symbol scale along X-axis.
Read/write property YScale Symbol scale along Y-axis.

Classes that implement ICartographicMarkerSymbol

Classes Description
CharacterMarkerSymbol A marker symbol based on a character from a font.
PictureMarkerSymbol A marker symbol based on either a BMP or an EMF picture.

See Also

IMultiLayerMarkerSymbol Interface | IArrowMarkerSymbol Interface | IPictureMarkerSymbol Interface | ICharacterMarkerSymbol Interface | ICartographicMarkerSymbol Interface | IMarkerSymbol Interface