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


ITableAttachments.HasAttachments Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableAttachments Interface > ITableAttachments.HasAttachments Property
ArcGIS Developer Help

ITableAttachments.HasAttachments Property

Does the table have attachments.

[Visual Basic .NET]
Public ReadOnly Property HasAttachments As Boolean
[C#]
public bool HasAttachments {get;}
[C++]
HRESULT get_HasAttachments(
  Boolean* hasAttachment
);
[C++]
Parameters
hasAttachment [out, retval]

hasAttachment is a parameter of type bool*

Product Availability

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

See Also

ITableAttachments Interface