SoRasterImageFileGetFullPathFileName Method |
Returns the file name as a full path.
Namespace: OIV.Inventor.Image
If the filename constructor was not used, this method returns an empty string.
This method should be called after () or OIV.Inventor.Image.SoRasterImageFile.OpenWrite(), or else it will return an empty string. To get the file name as it was passed to the constructor, the methods OIV.Inventor.Image.SoRasterImageFile.GetFileName() or OIV.Inventor.Image.SoRasterImageFile.GetStringFileName() should be used.