Parse() static private method

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