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

IfcAddress() protected method

protected IfcAddress ( DatabaseIfc db, IfcAddress a ) : System
db DatabaseIfc
a IfcAddress
return System
		protected IfcAddress(DatabaseIfc db, IfcAddress a) : base(db,a)
		{
			mPurpose = a.mPurpose;
			mDescription = a.mDescription;
			mUserDefinedPurpose = a.mUserDefinedPurpose;
		}
		internal static void parseFields(IfcAddress a, List<string> arrFields, ref int ipos)

Same methods

IfcAddress::IfcAddress ( ) : System
IfcAddress::IfcAddress ( DatabaseIfc db ) : System