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

Parse() static private méthode

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