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


IDERelationshipClassEx2.IsAttachmentRelationship Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERelationshipClassEx2 Interface > IDERelationshipClassEx2.IsAttachmentRelationship Property
ArcGIS Developer Help

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(
  Boolean* Attachment
);
[C++]
HRESULT put_IsAttachmentRelationship(
  VARIANT_BOOL Attachment
);
[C++]
Parameters
Attachment [out, retval]

Attachment is a parameter of type bool* Attachment [in]
Attachment is a parameter of type bool

Product Availability

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

See Also

IDERelationshipClassEx2 Interface