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


IComPropertySheet.EditProperties 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.EditProperties Method
ArcGIS Developer Help

IComPropertySheet.EditProperties Method

Displays a property sheet for the given set of objects and returns a flag indicating if the objects changed.

[Visual Basic .NET]
Public Function EditProperties ( _
    ByVal objects As ISet, _
    ByVal hWnd As Integer _
) As Boolean
[C#]
public bool EditProperties (
    ISet objects,
    int hWnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

IComPropertySheet Interface