ArcObjects Library Reference (GeoDatabase)  

INetworkForwardStarSetup.AddCachedAttribute Method

AddCachedAttribute has been deprecated and should not be called.

[Visual Basic .NET]
Public Sub AddCachedAttribute ( _
    ByVal Attribute As INetworkAttribute _
)
[C#]
public void AddCachedAttribute (
    INetworkAttribute Attribute
);
[C++]
HRESULT AddCachedAttribute(
  INetworkAttribute* Attribute
);
[C++]

Parameters

Attribute [in]

  Attribute is a parameter of type INetworkAttribute

Product Availability

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

Remarks

This method has been deprecated.

See Also

INetworkForwardStarSetup Interface