This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERelationshipClassEx2 Interface > IDERelationshipClassEx2.IsAttachmentRelationship Property (ArcObjects .NET 10.4 SDK) |
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