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

Parse() static private méthode

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