GeometryGym.Ifc.IfcWallElementedCase.Parse C# (CSharp) Méthode

Parse() static private méthode

static private Parse ( string str, ReleaseVersion schema ) : IfcWallElementedCase
str string
schema ReleaseVersion
Résultat IfcWallElementedCase
        internal static new IfcWallElementedCase Parse(string str, ReleaseVersion schema)
        {
            IfcWallElementedCase w = new IfcWallElementedCase(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return w;
        }

Usage Example

Exemple #1
0
 internal new static IfcWallElementedCase Parse(string str, ReleaseVersion schema)
 {
     IfcWallElementedCase w = new IfcWallElementedCase(); int pos = 0; w.Parse(str, ref pos, str.Length, schema); return(w);
 }
All Usage Examples Of GeometryGym.Ifc.IfcWallElementedCase::Parse
IfcWallElementedCase