ArcObjects Library Reference (Carto)  

IDataObjectTable.Relations Property

.

[Visual Basic .NET]
Public ReadOnly Property Relations As IRelateInfos
[C#]
public IRelateInfos Relations {get;}
[C++]
HRESULT get_Relations(
  IRelateInfos** RelateInfos
);
[C++]

Parameters

RelateInfos [out, retval]

  RelateInfos is a parameter of type IRelateInfos

Product Availability

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

See Also

IDataObjectTable Interface