This document is archived and information here might be outdated. Recommended version. |
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*
DeleteAttribute removes the specified attribute from the network dataset. After calling DeleteAttribute, the network needs to be rebuilt.