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


IAttachmentInfo.ParentID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachmentInfo Interface > IAttachmentInfo.ParentID Property
ArcGIS Developer Help

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(
  System.Int32* 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