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

Parse() static private méthode

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