This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkBuild Interface > INetworkBuild.DeleteAttribute Method (ArcObjects .NET 10.5 SDK) |
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.