ArcObjects Library Reference (Framework)  

IPropertyPage.SetObjects Method

[Visual Basic .NET]
Public Sub SetObjects ( _
    ByVal cObjects As Integer, _
    ByRef ppUnk As Object _
)
[C#]
public void SetObjects (
    uint cObjects,
    ref object ppUnk
);

Product Availability

Available with ArcGIS Desktop.

Description

IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IPropertyPage Interface