ArcObjects Library Reference (CartoUI)  

IRendererPropertyPage.CanEdit Method

Indicates if the property page can modify the properties of the specified renderer.

[Visual Basic .NET]
Public Function CanEdit ( _
    ByVal obj As IFeatureRenderer _
) As Boolean
[C#]
public bool CanEdit (
    IFeatureRenderer obj
);

Product Availability

Available with ArcGIS Desktop.

See Also

IRendererPropertyPage Interface