예제 #1
0
        public static FPBool Exists(FPPoolRef inPool, string inClipID)
        {
            FPBool retval = SDK.FPClip_Exists(inPool, inClipID);

            SDK.CheckAndThrowError();
            return(retval);
        }