This page contains reference documentation for the Filename member. This functions returns the complete path to the database represented by the Model3D object.
string Filename;
Examples are as follows:
if ( Model.Filename == "" )
{
Application.MessageBox( 0, "Please save the file or references cannot resolve!", "Warning" );
return;
}
For sample code: