ChooseCSDialog

This method opens a high-level dialog that allows the user to select, view, edit, and create a coordinate system.

.

JavaScript

 

ChooseCSDialog(

       Title,

       WellKnownText)

 

C#

 

string ChooseCSDialog(

       string        Title,

       string        WellKnownText)

 

C++

 

HRESULT ChooseCSDialog(

        BSTR  Title,

        BSTR  WellKnownText,

        BSTR *      bstrWkt )

Parameters

Title

The title of the dialog.

WellKnownText

The Well-Known Text that should display when opening the dialog box. This Well-Known Text sets the initial coordinate system.  

Return Value

bstrWkt

The unique string of the Well-Known Text of the selected coordinate system.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.