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

Parse() static private méthode

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