Click or drag to resize

IBuilderExport Method (String, Boolean)

[Missing <summary> documentation for "M:Demo3D.Visuals.IBuilder.Export(System.String,System.Boolean)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void Export(
	string filename,
	bool showDialogs = false
)

Parameters

filename
Type: SystemString

[Missing <param name="filename"/> documentation for "M:Demo3D.Visuals.IBuilder.Export(System.String,System.Boolean)"]

showDialogs (Optional)
Type: SystemBoolean

[Missing <param name="showDialogs"/> documentation for "M:Demo3D.Visuals.IBuilder.Export(System.String,System.Boolean)"]

See Also