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


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

IRelationshipClassName.IsAttributed Property

Indicates if Attributed.

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

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

Product Availability

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

See Also

IRelationshipClassName Interface