WRAPPER_API const BmgChar* get_FileName()
Description
Returns the name of the view file.
Example
void DataView_get_FileName(GEOCALCPBW_NAMESPACE::DataView & dataView)
{
if (dataView.get_IsLoaded())
{
const BmgChar* fileName = m_DataView->get_FileName();
}
}
Comments
0 comments
Please sign in to leave a comment.