AssetCreateFromDocument Method |
Creates a new
Asset instance from an existing Emulate3D document.
Namespace: Demo3D.Visuals.AssetsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static Asset CreateFromDocument(
string documentPath
)
Parameters
- documentPath String
- The full path of the document file.
Return Value
AssetThe
Asset instance that was created.
See Also