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


IRelationshipClass3.IsAttachmentRelationship Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRelationshipClass3.IsAttachmentRelationship Property

Indicates if the relationships in this relationship class corresponds to table attachments.

[Visual Basic .NET]
Public ReadOnly Property IsAttachmentRelationship As Boolean
[C#]
public bool IsAttachmentRelationship {get;}
[C++]
HRESULT get_IsAttachmentRelationship(
  VARIANT_BOOL* IsAttachment
);
[C++]

Parameters IsAttachment [out, retval] IsAttachment is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRelationshipClass3 Interface