IfcDoc.FormatOWL.FormatEntity C# (CSharp) Méthode

FormatEntity() public méthode

public FormatEntity ( DocEntity docEntity, DocObject>.Dictionary map, bool>.Dictionary included ) : string
docEntity DocEntity
map DocObject>.Dictionary
included bool>.Dictionary
Résultat string
        public string FormatEntity(DocEntity docEntity, Dictionary<string, DocObject> map, Dictionary<DocObject, bool> included)
        {
            return FormatEntityFull(docEntity, map, included, false);
        }