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


IRelateDescription.ResultFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRelateDescription Interface > IRelateDescription.ResultFormat Property
ArcGIS Developer Help

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