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

Parse() static private méthode

static private Parse ( string strDef ) : IfcElectricHeaterType
strDef string
Résultat IfcElectricHeaterType
		internal new static IfcElectricHeaterType Parse(string strDef) { IfcElectricHeaterType t = new IfcElectricHeaterType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
		protected override string BuildStringSTEP() { return base.BuildStringSTEP() + ",." + mPredefinedType.ToString() + "."; }