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


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

ICadastralEditorPage.QueryObject Method

Query Edit Object.

[Visual Basic .NET]
Public Function QueryObject ( _
    ByVal pUnk As Object _
) As Boolean
[C#]
public bool QueryObject (
    object pUnk
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Queries the Edit Object

See Also

ICadastralEditorPage Interface