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

Parse() static private méthode

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