Parse() static private méthode

static private Parse ( string str ) : IfcAngularDimension
str string
Résultat IfcAngularDimension
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; }