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

Parse() static private method

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