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

Parse() static private méthode

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