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

Parse() static private méthode

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