This document is archived and information here might be outdated.  Recommended version.


INetworkBuild.DeleteAttribute Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkBuild Interface > INetworkBuild.DeleteAttribute Method
ArcGIS Developer Help

INetworkBuild.DeleteAttribute Method

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.

See Also

INetworkBuild Interface