Provides access to members that control marker symbols.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IMarkerSymbol is the primary interface for all marker symbols in ArcMap. All other marker symbol interfaces inherit the properties and methods of IMarkerSymbol.
Members
All Properties Methods
Description
Angle
Marker symbol angle.
Color
Marker symbol color.
Size
Marker symbol size.
XOffset
Symbol X-axis offset from point location.
YOffset
Symbol Y-axis offset from point location.
CoClasses that implement IMarkerSymbol
See Also
IMultiLayerMarkerSymbol Interface | IArrowMarkerSymbol Interface | IPictureMarkerSymbol Interface | ICharacterMarkerSymbol Interface | ICartographicMarkerSymbol Interface | IMarkerSymbol Interface
.NET Snippets Create Marker Symbol From MOLE Cached Graphic |
Add North Arrow |
Add Graphics Layer to Globe
.NET Samples 3D dynamic element tracking (Code Files:
TrackDynamicObject ) |
Visualizing the camera path while animating (Code Files:
VisualizeCameraPath ) |
Use an AlgorithmicColorRamp to color a ClassBreaksRenderer (Code Files:
AlgorithmicColorRamp ) |
Creating a toolbar of globe tools (Code Files:
PointElement StyleElement ) |
Multivariate renderer (Code Files:
MultivariateRenderer ) |
Time Series Graph tool add-in (Code Files:
TimeSeriesGraph )
.NET Related Topics DisplayUI