This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditSketch Interface > IEngineEditSketch.EditLocation Property (ArcObjects .NET 10.5 SDK) |
A point that can be used by any custom editing commands. This property is set by the SetEditLocation method.
[Visual Basic .NET] Public ReadOnly Property EditLocation As IPoint
[C#] public IPoint EditLocation {get;}
[C++]
HRESULT get_EditLocation(
IPoint** loc
);
[C++]
Parameters loc [out, retval]
loc is a parameter of type IPoint