ArcObjects Library Reference (GeoDatabase)  

IDERelationshipClassEx2.IsAttachmentRelationship Property

Indicates if the relationship class represents a table attachment.

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

Parameters

Attachment [out, retval]   Attachment is a parameter of type VARIANT_BOOL Attachment [in]   Attachment is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDERelationshipClassEx2 Interface