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


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

IRepresentationMarker Interface

Provides access to members that control a representation marker.

Product Availability

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

Members

Name 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.

Classes that implement IRepresentationMarker

Classes Description
RepresentationMarker A representation marker object.

Remarks

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