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


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

IDERelationshipClassEx.IsAttributed Property

Indicates if the relationships in this relationship class have attributes.

[Visual Basic .NET]
Public Property IsAttributed As Boolean
[C#]
public bool IsAttributed {get; set;}
[C++]
HRESULT get_IsAttributed(
  Boolean* attributed
);
[C++]
HRESULT put_IsAttributed(
  VARIANT_BOOL attributed
);
[C++]
Parameters
attributed [out, retval]

attributed is a parameter of type bool* attributed
attributed is a parameter of type bool

Product Availability

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

See Also

IDERelationshipClassEx Interface