GeometryGym.Ifc.IfcBuildingElementProxyType.IfcBuildingElementProxyType C# (CSharp) 메소드

IfcBuildingElementProxyType() 공개 메소드

public IfcBuildingElementProxyType ( DatabaseIfc db, string name, IfcBuildingElementProxyTypeEnum type ) : System
db DatabaseIfc
name string
type IfcBuildingElementProxyTypeEnum
리턴 System
		public IfcBuildingElementProxyType(DatabaseIfc db, string name, IfcBuildingElementProxyTypeEnum type) 
			: base(db) { Name = name; PredefinedType = type; }
	}

Same methods

IfcBuildingElementProxyType::IfcBuildingElementProxyType ( ) : System
IfcBuildingElementProxyType::IfcBuildingElementProxyType ( DatabaseIfc db, IfcBuildingElementProxyType t, DuplicateOptions options ) : System
IfcBuildingElementProxyType