ArcObjects Library Reference (CatalogUI)  

IProjectedCoordinateSystemDialog.DoModalCreate Method

Prompts the user to define a new projected coordinate system.

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

Product Availability

Available with ArcGIS Desktop.

Description

Provides access to a dialog that lets you select or define a projected coordinate system.

See Also

IProjectedCoordinateSystemDialog Interface