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

Parse() static private method

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