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


IAttachmentManager.HasGlobalID Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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