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