Search
PathFindingOptions.IgnoreReflexiveEdges Property
See Also
 



Gets or sets a value indicating whether reflexive links should be included in paths.

 Syntax

VB6  Copy Code

Public Property Get IgnoreReflexiveEdges() As Boolean
Public Property Let IgnoreReflexiveEdges( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_IgnoreReflexiveEdges ()
void put_IgnoreReflexiveEdges (
    bool value
)

 Property Value

true to ignore reflexive links; otherwise, false. The default is false.

 See Also