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


INetworkAnalysisExtBarriers.GetDisabledLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExtBarriers Interface > INetworkAnalysisExtBarriers.GetDisabledLayer Method
ArcGIS Developer Help

INetworkAnalysisExtBarriers.GetDisabledLayer Method

Gets the disabled state for the specified feature layer.

[Visual Basic .NET]
Public Function GetDisabledLayer ( _
    ByVal pFeatureLayer As IFeatureLayer _
) As Boolean
[C#]
public bool GetDisabledLayer (
    IFeatureLayer pFeatureLayer
);

Product Availability

Available with ArcGIS Desktop.

Remarks

GetDisabledLayer returns True if the FeatureLayer is disabled, and False if it is enabled.

See Also

INetworkAnalysisExtBarriers Interface