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

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