Click or drag to resize

IBuilderStartVideoRecording Method (String)

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
bool StartVideoRecording(
	string videoFileName
)

Parameters

videoFileName
Type: SystemString
Where to save the movie, file extension determines movie format

Return Value

Type: Boolean
true if sucessful
See Also