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


IAttachment.AttachmentID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachment Interface > IAttachment.AttachmentID Property
ArcGIS Developer Help

IAttachment.AttachmentID Property

ID that uniquely identifies the attachment.

[Visual Basic .NET]
Public ReadOnly Property AttachmentID As Integer
[C#]
public int AttachmentID {get;}
[C++]
HRESULT get_AttachmentID(
  System.Int32* attID
);
[C++]
Parameters
attID [out, retval]

attID is a parameter of type long*

Product Availability

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

See Also

IAttachment Interface