Click or drag to resize

AssetCreateFromDocument Method

Creates a new Asset instance from an existing Emulate3D document.

Namespace: Demo3D.Visuals.Assets
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static Asset CreateFromDocument(
	string documentPath
)

Parameters

documentPath  String
The full path of the document file.

Return Value

Asset
The Asset instance that was created.
See Also