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


IAttachment.ParentID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IAttachment.ParentID Property

Parent ID to which the attachment belongs.

[Visual Basic .NET]
Public ReadOnly Property ParentID As Integer
[C#]
public int ParentID {get;}
[C++]
HRESULT get_ParentID(
  long* OID
);
[C++]

Parameters OID [out, retval] OID is a parameter of type long

Product Availability

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

See Also

IAttachment Interface