IfcDoc.FormatSQL.FormatSelect C# (CSharp) Method

FormatSelect() public method

public FormatSelect ( DocSelect docSelect, DocObject>.Dictionary map, bool>.Dictionary included ) : string
docSelect DocSelect
map DocObject>.Dictionary
included bool>.Dictionary
return string
        public string FormatSelect(DocSelect docSelect, Dictionary<string, DocObject> map, Dictionary<DocObject, bool> included)
        {
            return null; // nothing to define
        }