ArcObjects Library Reference  (NetworkAnalyst)    

INALayer.Clear Method

Clear all analysis layers.

[Visual Basic 6.0]
Sub Clear
[Visual Basic .NET]
Public Sub Clear ( _
)
[C#]
public void Clear (
);
[Java]
public void clear (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Clear(
void
);

Product Availability

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

Remarks

Removes all of the sub-layers from the NALayer.

See Also

INALayer Interface

Example

esriNetworkAnalyst INALayer Example

 


Feedback Send feedback on this page