Click or drag to resize

IBuilderImport Method

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

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
void Import(
	string path,
	Object options,
	bool showDialogs
)

Parameters

path
Type: SystemString

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

options
Type: SystemObject

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

showDialogs
Type: SystemBoolean

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

See Also