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


IEngineEditProperties2.DirectionType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

IEngineEditProperties2.DirectionType Property

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

Product Availability

Available with ArcGIS Engine.

Description

DirectionType determines the method of measurement for direction values. By default DirectionType is esriDTPolar. 

Errors Returned

1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values

See Also

IEngineEditProperties2 Interface