Show Method

WRAPPER_API EDialogState Show(GEOCALCPBW_NAMESPACE::Serializable** oObject) const;

WRAPPER_API EDialogState Show(std::list<GEOCALCPBW_NAMESPACE::Serializable*> &oObjects) const;

WRAPPER_API EDialogState ShowVisibilityManager();

Description

The Show method displays the DataSourcePicker as a modal dialog.  This method requires two arguments, which will be used to return the selected object and the type of the selected object once the dialog is closed.  It also returns a member of the EDialogState enumeration that gives the result of showing the dialog.  If the return value is eDialogStateCancel, then no object was selected.  If the return value is eDialogStateNoChoices, then the dialog was never shown because there were no choices to display.