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


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

IComPropertyPage2.SetObjects Method

Supplies the page with the object(s) to be edited.

[Visual Basic .NET]
Public Sub SetObjects ( _
    ByVal objects As ISet _
)
[C#]
public void SetObjects (
    ISet objects
);

Product Availability

Available with ArcGIS Desktop.

See Also

IComPropertyPage2 Interface