GeometryGym.Ifc.IfcElectricApplianceType.Parse C# (CSharp) Method

Parse() static private method

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