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


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

IAttachmentManager.HasGlobalID Property

Indicates if the attachments have a global object identity field.

[Visual Basic .NET]
Public ReadOnly Property HasGlobalID As Boolean
[C#]
public bool HasGlobalID {get;}
[C++]
HRESULT get_HasGlobalID(
  Boolean* HasGlobalID
);
[C++]
Parameters
HasGlobalID [out, retval]

HasGlobalID is a parameter of type bool*

Product Availability

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

See Also

IAttachmentManager Interface