FFACETools.FFACE.IsSynthesis C# (CSharp) Method

IsSynthesis() private method

private IsSynthesis ( int InstanceID ) : bool
InstanceID int
return bool
        private static extern bool IsSynthesis(int InstanceID);
FFACE