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


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

IAttachmentInfo2.IsAttachmentRelationshipGlobalIDBased Property

Is the attachment global ID based.

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

globalIDBased is a parameter of type bool*

Product Availability

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

See Also

IAttachmentInfo2 Interface