ArcObjects Library Reference (CartoUI)  

INetworkRendererPropertyPage.CanEdit Method

Indicates if the network renderer can be edited by the property page.

[Visual Basic .NET]
Public Sub CanEdit ( _
    ByVal obj As INetworkRenderer, _
    ByRef result As Boolean _
)
[C#]
public void CanEdit (
    INetworkRenderer obj,
    ref bool result
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkRendererPropertyPage Interface