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.