ArcObjects Library Reference (Carto)  

IRelateInfo2.Role Property

Role of this table in the relationship.

[Visual Basic .NET]
Public ReadOnly Property Role As esriRelRole
[C#]
public esriRelRole Role {get;}
[C++]
HRESULT get_Role(
  esriRelRole* Role
);
[C++]

Parameters

Role [out, retval]

  Role is a parameter of type esriRelRole

Product Availability

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

See Also

IRelateInfo2 Interface