ArcObjects Library Reference (Display)  

IRepresentationMarker Interface

Provides access to members that control a representation marker.

Product Availability

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

Members

Description
Method Draw Draws the representation marker.
Read-only property Height The height in points (1/72 of an inch) of the marker.
Read-only property Outline The outline of the marker, returned as a polygon.
Read-only property Size The size in points (1/72 of an inch) of the marker.
Read-only property Width The width in points (1/72 of an inch) of the marker.

CoClasses that implement IRepresentationMarker

CoClasses and Classes Description
RepresentationMarker A representation marker object.

Remarks

Use IRepresentationMarker interface to create a new RepresentationMarker object which can be assigned to a BasicMarkerSymbol.

.NET Related Topics

Cartographic representations