Click or drag to resize

DocumentGetPackageManager Method

[Missing <summary> documentation for "M:Demo3D.Visuals.Document.GetPackageManager(Demo3D.PackageManager.PackageManagerOptions)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public IPackageManager GetPackageManager(
	PackageManagerOptions options = null
)

Parameters

options (Optional)
Type: Demo3D.PackageManagerPackageManagerOptions

[Missing <param name="options"/> documentation for "M:Demo3D.Visuals.Document.GetPackageManager(Demo3D.PackageManager.PackageManagerOptions)"]

Return Value

Type: IPackageManager

[Missing <returns> documentation for "M:Demo3D.Visuals.Document.GetPackageManager(Demo3D.PackageManager.PackageManagerOptions)"]

Implements

IPackageTargetGetPackageManager(PackageManagerOptions)
See Also