ArcObjects Library Reference (GeoDatabase)  

INetworkForwardStarEx.RemoveAttributeValueAdjustments Method

Removes all element-specific attribute value adjustments currently applied to the NetworkForwardStar object.

[Visual Basic .NET]
Public Sub RemoveAttributeValueAdjustments ( _
)
[C#]
public void RemoveAttributeValueAdjustments (
);
[C++]
HRESULT RemoveAttributeValueAdjustments(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Removes all element-specific attribute value adjustments currently applied to the NetworkForwardStar object.

See Also

INetworkForwardStarEx Interface