GeometryGym.Ifc.IfcValveType.IfcValveType C# (CSharp) Méthode

IfcValveType() public méthode

public IfcValveType ( DatabaseIfc m, string name, IfcValveTypeEnum type ) : System
m DatabaseIfc
name string
type IfcValveTypeEnum
Résultat System
		public IfcValveType(DatabaseIfc m, string name, IfcValveTypeEnum type) : base(m) { Name = name; mPredefinedType = type; }
		internal static void parseFields(IfcValveType t, List<string> arrFields, ref int ipos) { IfcFlowControllerType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcValveTypeEnum)Enum.Parse(typeof(IfcValveTypeEnum), arrFields[ipos++].Replace(".", "")); }

Same methods

IfcValveType::IfcValveType ( ) : System
IfcValveType::IfcValveType ( DatabaseIfc db, IfcValveType t ) : System