ArcObjects Library Reference (Carto)  

IMapTableInfo.HasAttachments Property

Indicates if the layer has attachments.

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

Parameters

HasAttachments [out, retval]   HasAttachments is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapTableInfo Interface