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


IComPropertySheet.EditProperties Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

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