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