This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRelateDescription Interface > IRelateDescription.ResultFormat Property (ArcObjects .NET 10.5 SDK) |
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