This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditProperties2 Interface > IEngineEditProperties2.DirectionType Property (ArcObjects .NET 10.4 SDK) |
Direction Type.
[Visual Basic .NET] Public Property DirectionType As esriEngineDirectionType
[C#] public esriEngineDirectionType DirectionType {get; set;}
[C++]
HRESULT get_DirectionType(
esriEngineDirectionType* dirType
);
[C++]
HRESULT put_DirectionType(
esriEngineDirectionType dirType
);
[C++]
Parameters dirType [out, retval]
dirType is a parameter of type esriEngineDirectionType dirType [in]
dirType is a parameter of type esriEngineDirectionType
DirectionType determines the method of measurement for direction values. By default DirectionType is esriDTPolar.
1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values