This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExtBarriers Interface > INetworkAnalysisExtBarriers.SetDisabledLayer Method (ArcObjects .NET 10.5 SDK) |
Sets the disabled state for the specified feature layer.
[Visual Basic .NET] Public Sub SetDisabledLayer ( _ ByVal disabledLayer As IFeatureLayer, _ ByVal isDisabled As Boolean _ )
[C#] public void SetDisabledLayer ( IFeatureLayer disabledLayer, bool isDisabled );