| SceneSave Method (String, FileFormat, CancellationToken) |
Saves the scene to specified path using specified file format.
Namespace: Aspose.ThreeDAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void Save(
string fileName,
FileFormat format,
CancellationToken cancellationToken = null
)
Public Sub Save (
fileName As String,
format As FileFormat,
Optional cancellationToken As CancellationToken = Nothing
)
public:
void Save(
String^ fileName,
FileFormat^ format,
CancellationToken cancellationToken = nullptr
)
member Save :
fileName : string *
format : FileFormat *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken null
*)
-> unit
Parameters
- fileName
- Type: SystemString
File name. - format
- Type: Aspose.ThreeDFileFormat
Format. - cancellationToken (Optional)
- Type: System.ThreadingCancellationToken
Cancellation token to the save task
See Also