ArcFM Responder Mobile Developer Guide
EdgeOrientation Enumeration






Indicates whether the traced direction of an edge was the same as the digitized direction of the geometry. Forward indicates that FromJunction is located at the beginning of the geometry. Reverse indicates it is at the end of the geometry. Unknown indicates that the orientation cannot be determined because the geometry is unavailable.
Syntax
'Declaration
 
Public Enum EdgeOrientation 
   Inherits System.Enum
'Usage
 
Dim instance As EdgeOrientation
public enum EdgeOrientation : System.Enum 
public enum EdgeOrientation = class(System.Enum)
public enum EdgeOrientation extends System.Enum
__value public enum EdgeOrientation : public System.Enum 
public enum class EdgeOrientation : public System.Enum 
Members
MemberDescription
Forward 
Reverse 
Unknown 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Geodatabase.Integration.EdgeOrientation

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Miner.Geodatabase.Integration Namespace

Send Feedback