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


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

IAVObjectConverter.QueryObjectProperty Method

Returns the named property object associated with the given object.

[Visual Basic .NET]
Public Function QueryObjectProperty ( _
    ByVal obj As IAVObject, _
    ByVal propertyName As String _
) As IAVObject
[C#]
public IAVObject QueryObjectProperty (
    IAVObject obj,
    string propertyName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAVObjectConverter Interface