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


IRelateDescription.ResultFormat Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRelateDescription.ResultFormat Property

Result format that indicates the type of content in the result.

[Visual Basic .NET]
Public Property ResultFormat As esriRelateResultFormat
[C#]
public esriRelateResultFormat ResultFormat {get; set;}
[C++]
HRESULT get_ResultFormat(
  esriRelateResultFormat* ResultFormat
);
[C++]
HRESULT put_ResultFormat(
  esriRelateResultFormat ResultFormat
);
[C++]

Parameters ResultFormat [out, retval]
ResultFormat is a parameter of type esriRelateResultFormat ResultFormat [in]
ResultFormat is a parameter of type esriRelateResultFormat

Product Availability

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

See Also

IRelateDescription Interface