Click or drag to resize
SoRasterImageFileGetFileName Method

Returns the file name that was given in the filename constructor.

Namespace: OIV.Inventor.Image
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public string GetFileName()

Return Value

Type: String
Remarks

If the filename constructor was not used, this method returns an empty string. To get the file name as a full path, the methods OIV.Inventor.Image.SoRasterImageFile.GetFullPathFileName() or OIV.Inventor.Image.SoRasterImageFile.GetStringFullPathFileName() should be used.

See Also