FFACETools.FFACE.IsNewLine C# (CSharp) Method

IsNewLine() private method

private IsNewLine ( int instanceID ) : bool
instanceID int
return bool
        private static extern bool IsNewLine(int instanceID);
FFACE