Parse() статический приватный Метод

static private Parse ( string str ) : IfcIntersectionCurve
str string
Результат IfcIntersectionCurve
Пример #1
0
 internal new static IfcIntersectionCurve Parse(string str)
 {
     IfcIntersectionCurve c = new IfcIntersectionCurve(); int pos = 0; c.Parse(str, ref pos, str.Length); return(c);
 }
Пример #2
0
 internal static new IfcIntersectionCurve Parse(string str)
 {
     IfcIntersectionCurve c = new IfcIntersectionCurve(); int pos = 0; c.Parse(str, ref pos, str.Length); return c;
 }