WRAPPER_API const BmgChar* get_FileName()
Returns the name of the view file.
void DataView_get_FileName(GEOCALCPBW_NAMESPACE::DataView & dataView)
{
if (dataView.get_IsLoaded())
const BmgChar* fileName = m_DataView->get_FileName();
}