Model3D.Filename

This page contains reference documentation for the Filename member. This functions returns the complete path to the database represented by the Model3D object.

Declaration

string Filename;

Examples

Examples are as follows:

if ( Model.Filename == "" )
{
   Application.MessageBox( 0, "Please save the file or references cannot resolve!", "Warning" ); 
   return;
}

Working Sample Code

For sample code: