parseFields() 보호된 메소드

protected parseFields ( List arrFields, int &ipos ) : void
arrFields List
ipos int
리턴 void
예제 #1
0
 internal static IfcIndexedColourMap Parse(string strDef)
 {
     IfcIndexedColourMap s = new IfcIndexedColourMap(); int ipos = 0; s.parseFields(ParserSTEP.SplitLineFields(strDef), ref ipos); return(s);
 }
예제 #2
0
파일: IFC I.cs 프로젝트: jenca-cloud/ggIFC
		internal static IfcIndexedColourMap Parse(string strDef) { IfcIndexedColourMap s = new IfcIndexedColourMap(); int ipos = 0; s.parseFields(ParserSTEP.SplitLineFields(strDef), ref ipos); return s; }