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


IAVObjectConverter.QueryObjectProperty Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IA > IAVObjectConverter Interface > IAVObjectConverter.QueryObjectProperty Method
ArcGIS Developer Help

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