Parse() static private method

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