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(
  VARIANT_BOOL* HasGlobalID
);
[C++]

Parameters

HasGlobalID [out, retval]   HasGlobalID is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAttachmentManager Interface