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