SoVolumeReaderSetFilename Method |
Specifies the path of the file. Returns 0 for success. Any other return
value indicates failure.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public int SetFilename(
string filename
)
Public Function SetFilename (
filename As String
) As Integer
public:
int SetFilename(
String^ filename
)
member SetFilename :
filename : string -> int
Parameters
- filename
- Type: SystemString
Return Value
Type:
Int32See Also