GeometryGym.Ifc.IfcWindowStandardCase.Parse C# (CSharp) Method

Parse() static private method

static private Parse ( string str, ReleaseVersion schema ) : IfcWindowStandardCase
str string
schema ReleaseVersion
return IfcWindowStandardCase
        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;
        }

Usage Example

コード例 #1
0
ファイル: IFC W.cs プロジェクト: jddaigle/GeometryGymIFC
 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);
 }
All Usage Examples Of GeometryGym.Ifc.IfcWindowStandardCase::Parse
IfcWindowStandardCase