GeometryGym.Ifc.IfcFlowInstrumentType.IfcFlowInstrumentType C# (CSharp) Method

IfcFlowInstrumentType() private method

private IfcFlowInstrumentType ( DatabaseIfc m, string name, IfcFlowInstrumentTypeEnum t ) : System
m DatabaseIfc
name string
t IfcFlowInstrumentTypeEnum
return System
        internal IfcFlowInstrumentType(DatabaseIfc m, string name, IfcFlowInstrumentTypeEnum t)
            : base(m)
        {
            Name = name; mPredefinedType = t;
        }

Same methods

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