xn.OpenNIImporter.xnIsProfileAvailable C# (CSharp) Method

xnIsProfileAvailable() private method

private xnIsProfileAvailable ( IntPtr hInstance, SkeletonProfile eProfile ) : System.Boolean
hInstance System.IntPtr
eProfile SkeletonProfile
return System.Boolean
        public static extern XnBool xnIsProfileAvailable(XnNodeHandle hInstance, SkeletonProfile eProfile);
OpenNIImporter