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


IAVObjectConverter.QueryObjectByID Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CartoUI)  

IAVObjectConverter.QueryObjectByID Method

Returns the object specified by the given object id.

[Visual Basic .NET]
Public Function QueryObjectByID ( _
    ByVal objID As Integer _
) As IAVObject
[C#]
public IAVObject QueryObjectByID (
    int objID
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAVObjectConverter Interface