| SoVRLdmFileWriteroriginalFilename Property  | 
Filename of original file. 
 
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFString originalFilename { get; }Public ReadOnly Property originalFilename As SoSFString
	Get
public:
property SoSFString^ originalFilename {
	SoSFString^ get ();
}member originalFilename : SoSFString with get
Property Value
Type: 
SoSFString
RemarksEmpty by default. Needed if you want to keep an "history" of file. 
See Also