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

Parse() static private méthode

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