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

Parse() static private méthode

static private Parse ( string strDef, ReleaseVersion schema ) : IfcDocumentReference
strDef string
schema ReleaseVersion
Résultat IfcDocumentReference
		internal static IfcDocumentReference Parse(string strDef, ReleaseVersion schema) { IfcDocumentReference r = new IfcDocumentReference(); int ipos = 0; parseFields(r, ParserSTEP.SplitLineFields(strDef), ref ipos, schema); return r; }
		internal static void parseFields(IfcDocumentReference r, List<string> arrFields, ref int ipos, ReleaseVersion schema)