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

IfcGeographicElementType() private method

private IfcGeographicElementType ( DatabaseIfc m, string name, IfcGeographicElementTypeEnum type ) : System
m DatabaseIfc
name string
type IfcGeographicElementTypeEnum
return 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