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


IRelationshipClassDialog.DoModalCreate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IR > IRelationshipClassDialog Interface > IRelationshipClassDialog.DoModalCreate Method
ArcGIS Developer Help

IRelationshipClassDialog.DoModalCreate Method

Prompts the user to define a new relationship class.

[Visual Basic .NET]
Public Function DoModalCreate ( _
    ByVal pUnk As Object, _
    ByVal hParent As Integer _
) As IRelationshipClass
[C#]
public IRelationshipClass DoModalCreate (
    object pUnk,
    int hParent
);

Product Availability

Available with ArcGIS Desktop.

See Also

IRelationshipClassDialog Interface