GeometryGym.Ifc.IfcAirTerminalType.Parse C# (CSharp) Méthode

Parse() static private méthode

static private Parse ( string strDef ) : IfcAirTerminalType
strDef string
Résultat IfcAirTerminalType
		internal new static IfcAirTerminalType Parse(string strDef) { IfcAirTerminalType t = new IfcAirTerminalType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
		protected override string BuildStringSTEP() { return base.BuildStringSTEP() + ",." + mPredefinedType.ToString() + "."; }