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

IfcElectricFlowStorageDeviceType() private méthode

private IfcElectricFlowStorageDeviceType ( DatabaseIfc db, IfcElectricFlowStorageDeviceType t ) : System
db DatabaseIfc
t IfcElectricFlowStorageDeviceType
Résultat System
		internal IfcElectricFlowStorageDeviceType(DatabaseIfc db, IfcElectricFlowStorageDeviceType t) : base(db, t) { mPredefinedType = t.mPredefinedType; }
		internal static void parseFields(IfcElectricFlowStorageDeviceType t, List<string> arrFields, ref int ipos) { IfcFlowStorageDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcElectricFlowStorageDeviceTypeEnum)Enum.Parse(typeof(IfcElectricFlowStorageDeviceTypeEnum), arrFields[ipos++].Replace(".", "")); }

Same methods

IfcElectricFlowStorageDeviceType::IfcElectricFlowStorageDeviceType ( ) : System