ArcObjects Library Reference (CatalogUI)  

IVerticalCoordinateSystemDialog.DoModalCreate Method

Prompts the user to define a new vertical coordinate system.

[Visual Basic .NET]
Public Function DoModalCreate ( _
    ByVal hParent As Integer _
) As IVerticalCoordinateSystem
[C#]
public IVerticalCoordinateSystem DoModalCreate (
    int hParent
);

Product Availability

Available with ArcGIS Desktop.

See Also

IVerticalCoordinateSystemDialog Interface