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