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


IAttachment.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 > IAttachment Interface > IAttachment.ParentID Property
ArcGIS Developer Help

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