IPackageManagerCanInstall Method |
Returns true if the package manager can install the package on the target.
Namespace:
Demo3D.PackageManager
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 14.0.0.10531
Syntaxbool CanInstall(
PackageVersion package
)
Parameters
- package
- Type: Demo3D.PackageManagerPackageVersion
The package to check for compatibility.
Return Value
Type:
BooleanWhether the package can be installed.
See Also