Inheritance: IfcAnnotationOccurrence
Ejemplo n.º 1
0
		internal static void parseFields(IfcAnnotationSymbolOccurrence a,List<string> arrFields, ref int ipos) { IfcAnnotationOccurrence.parseFields(a,arrFields, ref ipos); }
Ejemplo n.º 2
0
		internal IfcAnnotationSymbolOccurrence(IfcAnnotationSymbolOccurrence i) : base(i) { }
Ejemplo n.º 3
0
		internal new static IfcAnnotationSymbolOccurrence Parse(string strDef) { IfcAnnotationSymbolOccurrence a = new IfcAnnotationSymbolOccurrence(); int ipos = 0; parseFields(a, ParserSTEP.SplitLineFields(strDef), ref ipos); return a; }
Ejemplo n.º 4
0
		internal new static IfcAnnotationSymbolOccurrence Parse(string str) { IfcAnnotationSymbolOccurrence a = new IfcAnnotationSymbolOccurrence(); int pos = 0; a.Parse(str, ref pos, str.Length); return a; }