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

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

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

예제 #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