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


INetworkAnalysisExtBarriers.GetDisabledLayer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

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