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

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

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