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


IPropertyInfos.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IPropertyInfos.Add Method

Adds a PropertyInfo.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal PropertyInfo As IPropertyInfo _
)
[C#]
public void Add (
    IPropertyInfo PropertyInfo
);
[C++]
HRESULT Add(
  IPropertyInfo* PropertyInfo
);
[C++]

Parameters PropertyInfo [in]
PropertyInfo is a parameter of type IPropertyInfo

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPropertyInfos Interface