C# Class GeometryGym.Ifc.IfcDistributionControlElementType

Inheritance: IfcDistributionElementType
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Protected Methods

Method Description
IfcDistributionControlElementType ( ) : System
IfcDistributionControlElementType ( DatabaseIfc db ) : System
IfcDistributionControlElementType ( DatabaseIfc db, IfcDistributionControlElementType t ) : System
parseFields ( IfcDistributionControlElementType t, List arrFields, int &ipos ) : void

Method Details

IfcDistributionControlElementType() protected method

protected IfcDistributionControlElementType ( ) : System
return System

IfcDistributionControlElementType() protected method

protected IfcDistributionControlElementType ( DatabaseIfc db ) : System
db DatabaseIfc
return System

IfcDistributionControlElementType() protected method

protected IfcDistributionControlElementType ( DatabaseIfc db, IfcDistributionControlElementType t ) : System
db DatabaseIfc
t IfcDistributionControlElementType
return System

parseFields() protected static method

protected static parseFields ( IfcDistributionControlElementType t, List arrFields, int &ipos ) : void
t IfcDistributionControlElementType
arrFields List
ipos int
return void