GeometryGym.Ifc.IfcApproval.Parse C# (CSharp) Méthode

Parse() static private méthode

static private Parse ( string strDef ) : IfcApproval
strDef string
Résultat IfcApproval
		internal static IfcApproval Parse(string strDef) { IfcApproval a = new IfcApproval(); int ipos = 0; parseFields(a, ParserSTEP.SplitLineFields(strDef), ref ipos); return a; }
	}