This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachmentInfo Interface > IAttachmentInfo.ParentID Property (ArcObjects .NET 10.4 SDK) |
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