Click or drag to resize

PackageVersionToOptions Method

Converts the PackageVersion to the corresponding PackageVersionOptions with the options required to construct the PackageVersion (see #ctor(PackageVersionOptions)).

Namespace:  Demo3D.PackageManager
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public PackageVersionOptions ToOptions()

Return Value

Type: PackageVersionOptions
An instance of PackageVersionOptions with the options required to construct the PackageVersion.
See Also