GeometryGym.Ifc.IfcEvaporativeCooler.Parse C# (CSharp) Метод

Parse() статический приватный Метод

static private Parse ( string strDef ) : IfcEvaporativeCooler
strDef string
Результат 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()