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

Parse() static private method

static private Parse ( string str, ReleaseVersion schema ) : IfcDoorStandardCase
str string
schema ReleaseVersion
return IfcDoorStandardCase
		internal new static IfcDoorStandardCase Parse(string str, ReleaseVersion schema) { IfcDoorStandardCase d = new IfcDoorStandardCase(); int pos = 0; d.Parse(str,ref pos, str.Length, schema); return d; }
	}

Usage Example

Esempio n. 1
0
		internal new static IfcDoorStandardCase Parse(string str, ReleaseVersion schema) { IfcDoorStandardCase d = new IfcDoorStandardCase(); int pos = 0; d.Parse(str,ref pos, str.Length, schema); return d; }
IfcDoorStandardCase