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

Parse() static private méthode

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

Usage Example

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