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

Parse() static private method

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