This document is archived and information here might be outdated. Recommended version. |
Removes all element-specific restrictions currently applied to the NetworkForwardStar object.
[Visual Basic .NET]
Public Sub RemoveElementRestrictions ( _
)
[C#]
public void RemoveElementRestrictions (
);
[C++]
HRESULT RemoveElementRestrictions(
void
);
RemoveElementRestrictions removes all element-specific restrictions that have been added to the NetworkForwardStar via the AddEdgeRestriction, AddJunctionRestriction, or AddTurnRestriction methods.
Removing element-specific restrictions with this method does not affect filtering of elements in the NetworkForwardStar based on restriction attributes (i.e., elements may still be restricted by their restriction attribute values).