ArcObjects Library Reference (GeoDatabase)  

IRelationshipClassName.IsAttributed Property

Indicates if Attributed.

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

Parameters

IsAttributed [out, retval]   IsAttributed is a parameter of type VARIANT_BOOL IsAttributed [in]   IsAttributed is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRelationshipClassName Interface