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


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

IAVObject Interface

Provides access to members that control the ArcView (3.x) object.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method AddProperty Adds a property to the object.
Method ClearProperties Clears out all of the properties of the object.
Read-only property Property The properties at the given index.
Read-only property PropertyCount Number of properties for the object.
Method QueryPropertyValue Returns the value of one of the object's properties. Only valid if you're expecting a single property with the given name.
Read/write property Type Type of object.

Classes that implement IAVObject

Classes Description
AVObject An ArcView (3.x) generic object.