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


ILineDecorationEditor Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IL > ILineDecorationEditor Interface
ArcGIS Developer Help

ILineDecorationEditor Interface

Provides access to members that control a dialog for managing properties associated with Line Decoration.

Product Availability

Available with ArcGIS Desktop.

Description

ILineDecorationEditor provides a user interface for managing properties associated with editing the decorations placed along line symbols. The Title of the dialog can be specified as well as whether to show or hide the units.

Members

Name Description
Method EditLineDecoration Displays the Line Decoration Editor dialog for the given symbol and returns a flag indicating if the symbol changed.
Read/write property ShowUnits Indicates whether to display the Units combo box.
Read/write property Title The title of the Line Decoration Editor dialog.

Classes that implement ILineDecorationEditor

Classes Description
LineDecorationEditor A dialog for Line Decoration Editing.