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


IAVObject.Property Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CartoUI)  

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