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


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

IComEmbeddedPropertyPage.QueryObject Method

Apply the property page settings to the specified object.

[Visual Basic .NET]
Public Sub QueryObject ( _
    ByVal theObject As Object _
)
[C#]
public void QueryObject (
    object theObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IComEmbeddedPropertyPage Interface