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


IRendererPropertyPage.CanEdit Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IR > IRendererPropertyPage Interface > IRendererPropertyPage.CanEdit Method
ArcGIS Developer Help

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