This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IA > IAVObjectConverter Interface > IAVObjectConverter.QueryObjectByID Method (ArcObjects .NET 10.5 SDK) |
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 );