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


IComPropertySheet.CanEdit Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > IComPropertySheet Interface > IComPropertySheet.CanEdit Method
ArcGIS Developer Help

IComPropertySheet.CanEdit Method

Indicates if this object can edit the given set of objects.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IComPropertySheet Interface