GeometryGym.Ifc.IfcWasteTerminalType.Parse C# (CSharp) Méthode

Parse() static private méthode

static private Parse ( string strDef ) : IfcWasteTerminalType
strDef string
Résultat IfcWasteTerminalType
        internal static new IfcWasteTerminalType Parse(string strDef)
        {
            IfcWasteTerminalType t = new IfcWasteTerminalType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t;
        }