Parse() static private method

static private Parse ( string str, ReleaseVersion schema ) : IfcWall
str string
schema ReleaseVersion
return IfcWall
Esempio n. 1
0
 internal static IfcWall Parse(string str, ReleaseVersion schema)
 {
     IfcWall w = new IfcWall(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return(w);
 }
Esempio n. 2
0
 internal static IfcWall Parse(string str, ReleaseVersion schema)
 {
     IfcWall w = new IfcWall(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return w;
 }