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

IfcGeographicElementType() private méthode

private IfcGeographicElementType ( DatabaseIfc m, string name, IfcGeographicElementTypeEnum type ) : System
m DatabaseIfc
name string
type IfcGeographicElementTypeEnum
Résultat System
        internal IfcGeographicElementType(DatabaseIfc m, string name, IfcGeographicElementTypeEnum type)
            : base(m)
        {
            Name = name; mPredefinedType = type; if (m.mRelease == ReleaseVersion.IFC2x3) throw new Exception(KeyWord + " only supported in IFC4!");
        }

Same methods

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