Deletes the given attribute from the network dataset.
[Visual Basic .NET] Public Sub DeleteAttribute ( _ ByVal Attribute As INetworkAttribute _ )
[C#] public void DeleteAttribute ( INetworkAttribute Attribute );
[C++]
HRESULT DeleteAttribute(
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
DeleteAttribute removes the specified attribute from the network dataset. After calling DeleteAttribute, the network needs to be rebuilt.