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

Parse() static private méthode

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