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


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

IAttachmentInfo.ParentID Property

The source ID that to which the attachment is associated to.

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

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

Product Availability

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

See Also

IAttachmentInfo Interface