ArcObjects Library Reference (Carto)  

IDataObjectTable.PropertyInfos Property

.

[Visual Basic .NET]
Public ReadOnly Property PropertyInfos As IPropertyInfos
[C#]
public IPropertyInfos PropertyInfos {get;}
[C++]
HRESULT get_PropertyInfos(
  IPropertyInfos** PropertyInfos
);
[C++]

Parameters

PropertyInfos [out, retval]

  PropertyInfos is a parameter of type IPropertyInfos

Product Availability

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

See Also

IDataObjectTable Interface