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

Parse() static private méthode

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