This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > IComPropertySheet Interface > IComPropertySheet.EditProperties Method (ArcObjects .NET 10.4 SDK) |
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 );