GeometryGym.Ifc.IfcDocumentInformationRelationship.Parse C# (CSharp) Method

Parse() static private method

static private Parse ( string strDef ) : IfcDocumentInformationRelationship
strDef string
return IfcDocumentInformationRelationship
		internal static IfcDocumentInformationRelationship Parse(string strDef) { IfcDocumentInformationRelationship r = new IfcDocumentInformationRelationship(); int ipos = 0; parseFields(r, ParserSTEP.SplitLineFields(strDef), ref ipos); return r; }
		protected override string BuildStringSTEP()