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


IDimensionEditExtension.Editor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDimensionEditExtension Interface > IDimensionEditExtension.Editor Property
ArcGIS Developer Help

IDimensionEditExtension.Editor Property

The editor application extension.

[Visual Basic .NET]
Public ReadOnly Property Editor As IEditor
[C#]
public IEditor Editor {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the Editor to provide quick access the ArcMap Editor.  This is particularly useful to QI to Editor::IEditLayers to get the IEditLayers::CurrentLayer.  Once you have the CurrentLayer you can access its DimensionClassExtension to retrieve IDimensionClassExtension::ReferenceScaleUnits and IDimensionClassExtension::ReferenceScale.  These properties are helpful when building a custom dimension constructor. 

See Also

IDimensionEditExtension Interface