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


ITableAttachments.HasAttachments Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* hasAttachment
);
[C++]

Parameters hasAttachment [out, retval] hasAttachment is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITableAttachments Interface