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

Parse() static private méthode

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