Click or drag to resize
SoRasterImageFileGetFullPathFileName Method

Returns the file name as a full path.

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

Return Value

Type: String
Remarks

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.

See Also