Parse() static private method

static private Parse ( string str, ReleaseVersion schema ) : IfcWallStandardCase
str string
schema ReleaseVersion
return IfcWallStandardCase
コード例 #1
0
ファイル: IFC W.cs プロジェクト: jddaigle/GeometryGymIFC
 internal new static IfcWallStandardCase Parse(string str, ReleaseVersion schema)
 {
     IfcWallStandardCase w = new IfcWallStandardCase(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return(w);
 }
コード例 #2
0
ファイル: IFC W.cs プロジェクト: jmirtsch/GeometryGymIFC
 internal static new IfcWallStandardCase Parse(string str, ReleaseVersion schema)
 {
     IfcWallStandardCase w = new IfcWallStandardCase(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return w;
 }