Parse() static private method

static private Parse ( string str ) : IfcDiameterDimension
str string
return IfcDiameterDimension
Exemplo n.º 1
0
		//internal IfcDiameterDimension(IfcDiameterDimension el) : base(el) { }
		internal new static IfcDiameterDimension Parse(string str) { IfcDiameterDimension d = new IfcDiameterDimension(); int pos = 0; d.Parse(str, ref pos, str.Length); return d; }