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


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

IGeographicCoordinateSystemDialog.DoModalCreate Method

Prompts the user to define a new geographic coordinate system.

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

Product Availability

Available with ArcGIS Desktop.

Description

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

See Also

IGeographicCoordinateSystemDialog Interface