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


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

IAttachment2.ParentGlobalID Property

Parent global ID to which the attachment belongs.

[Visual Basic .NET]
Public ReadOnly Property ParentGlobalID As String
[C#]
public string ParentGlobalID {get;}
[C++]
HRESULT get_ParentGlobalID(
  System.String* ParentGlobalID
);
[C++]
Parameters
ParentGlobalID [out, retval]

ParentGlobalID is a parameter of type BSTR*

Product Availability

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

See Also

IAttachment2 Interface