Show / Hide Table of Contents

Class LoadChecker

Inheritance
System.Object
LoadChecker
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.PointCloud.Potree.V2
Assembly: Fusee.PointCloud.Potree.dll
Syntax
public static class LoadChecker

Methods

CanHandleFile(String, Boolean)

Declaration
public static bool CanHandleFile(string pathToNodeFileFolder, bool ignoreVersion = false)
Parameters
Type Name Description
System.String pathToNodeFileFolder
System.Boolean ignoreVersion
Returns
Type Description
System.Boolean
Generated by DocFX
GitHub Repo
Back to top