ArcObjects Library Reference (NetworkAnalyst)  

INALayer.Clear Method

Clear all analysis layers.

[Visual Basic .NET]
Public Sub Clear ( _
)
[C#]
public void Clear (
);
[C++]
HRESULT Clear(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Removes all of the sublayers from the NALayer.

See Also

INALayer Interface