GeometryGym.Ifc.IfcWallStandardCase.Parse C# (CSharp) 메소드

Parse() 정적인 개인적인 메소드

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

Usage Example

예제 #1
0
 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);
 }
All Usage Examples Of GeometryGym.Ifc.IfcWallStandardCase::Parse
IfcWallStandardCase