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


IRelateData.DoModal Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

IRelateData.DoModal Method

Shows modal window.

[Visual Basic .NET]
Public Function DoModal ( _
    ByVal parentWindow As Integer _
) As IRelationshipClass
[C#]
public IRelationshipClass DoModal (
    int parentWindow
);

Product Availability

Available with ArcGIS Desktop.

See Also

IRelateData Interface