ArcGIS Developer Help  (EditorExt)    

INetworkAnalysisExtBarriers.GetDisabledLayer Method

Gets the disabled state for the specified feature layer.

[Visual Basic 6.0]
Function GetDisabledLayer(
    ByVal pFeatureLayer As IFeatureLayer _
) As Boolean
[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

Example

INetworkAnalysisExtBarriers Example

 


Feedback Send feedback on this page