ArcGIS Developer Help  (EditorExt)    

INetworkAnalysisExtBarriers.SetDisabledLayer Method

Sets the disabled state for the specified feature layer.

[Visual Basic 6.0]
Sub SetDisabledLayer(
    ByVal disabledLayer As IFeatureLayer, _
    ByVal isDisabled As Boolean _
)
[Visual Basic .NET]
Public Sub SetDisabledLayer ( _
    ByVal disabledLayer As IFeatureLayer, _
    ByVal isDisabled As Boolean _
)
[C#]
public void SetDisabledLayer (
    IFeatureLayer disabledLayer,
    bool isDisabled
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAnalysisExtBarriers Interface

Example

INetworkAnalysisExtBarriers Example

 


Feedback Send feedback on this page