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

IfcGeographicElementType() private method

private IfcGeographicElementType ( DatabaseIfc db, IfcGeographicElementType t ) : System
db DatabaseIfc
t IfcGeographicElementType
return System
        internal IfcGeographicElementType(DatabaseIfc db, IfcGeographicElementType t)
            : base(db,t)
        {
            mPredefinedType = t.mPredefinedType;
        }

Same methods

IfcGeographicElementType::IfcGeographicElementType ( ) : System
IfcGeographicElementType::IfcGeographicElementType ( DatabaseIfc m, string name, IfcGeographicElementTypeEnum type ) : System