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


IAVObject.Property Property (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 > IAVObject.Property Property
ArcGIS Developer Help

IAVObject.Property Property

The properties at the given index.

[Visual Basic .NET]
Public Function get_Property ( _
    ByVal index As Integer _
) As IProperty
[C#]
public IProperty get_Property (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAVObject Interface