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


IDERelationshipClassEx2.IsAttachmentRelationship Property (ArcObjects .NET 10.4 SDK)
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