ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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