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

IfcExtendedProperties() protected method

protected IfcExtendedProperties ( DatabaseIfc db ) : System
db DatabaseIfc
return System
		protected IfcExtendedProperties(DatabaseIfc db) : base(db) {  }
		protected IfcExtendedProperties(DatabaseIfc db, IfcExtendedProperties p) : base(db, p) { mName = p.mName; mDescription = p.mDescription; Properties = p.Properties.ConvertAll(x => db.Factory.Duplicate(x) as IfcProperty);   }

Same methods

IfcExtendedProperties::IfcExtendedProperties ( ) : System
IfcExtendedProperties::IfcExtendedProperties ( DatabaseIfc db, IfcExtendedProperties p ) : System
IfcExtendedProperties::IfcExtendedProperties ( string name, List props ) : System