GeometryGym.Ifc.IfcFlowMeterType.Parse C# (CSharp) 메소드

Parse() 정적인 개인적인 메소드

static private Parse ( string strDef ) : IfcFlowMeterType
strDef string
리턴 IfcFlowMeterType
        internal static new IfcFlowMeterType Parse(string strDef)
        {
            IfcFlowMeterType t = new IfcFlowMeterType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t;
        }