WRAPPER_API bool get_IsLoaded() const
Description
Returns true if the view file has been loaded.
Example
void DataView_get_IsLoaded(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.