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


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

IAVObject.AddProperty Method

Adds a property to the object.

[Visual Basic .NET]
Public Sub AddProperty ( _
    ByVal prop As IProperty _
)
[C#]
public void AddProperty (
    IProperty prop
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAVObject Interface