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


IRendererPropertyPage.CanEdit Method (ArcObjects .NET 10.5 SDK)
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