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

Parse() static private méthode

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

Same methods

IfcDoor::Parse ( string str, int &pos, int len, ReleaseVersion schema ) : void

Usage Example

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