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