Places a marker on each extremity of a line.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
MarkerPlacementAtExtremities places markers at one or both ends of a line geometry. Markers can be placed at an offset from the end and also placed at an angle to the input geometry.
Interfaces
Interfaces | Description |
---|---|
IDocumentVersionSupportGEN (esriSystem) | Provides access to extend the IObjectStream interface with methods to hande saving objects that did not exist in previous versions of the software. |
IEditInteraction | Provides access to methods declaring how graphic attributes interact with a representation tool. |
IGraphicAttributes | Provides access to members that control the graphic attributes. |
IGraphicAttributes2 | Provides access to members that control the graphic attributes. |
IMarkerPlacement | Provides access to members that control the marker placement. |
IPersist | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
IPersistStream (esriSystem) |
Remarks
Graphic attributes defining this object are listed in the following enumeration esriMarkerPlacementAttributes
This marker placement can be managed by one of the following graphic attributes:
- esriGAAtExtremitiesExtremity - esriAttributeTypeEnum
- esriGAAtExtremitiesPosition - esriAttributeTypeSize
- esriGAAtExtremitiesAngleToLine - esriAttributeTypeBoolean
The Extremity type can be selected from one of the following options:
- BEGIN_AND_END - 0
- JUST_BEGIN - 1
- JUST_END - 2
- NONE - 3