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

IfcDocumentInformationRelationship() private method

private IfcDocumentInformationRelationship ( ) : System
return System
		internal IfcDocumentInformationRelationship() : base() { }
	//	internal IfcDocumentInformationRelationship(IfcDocumentInformationRelationship v) : base() { mRelatingDocument = v.mRelatingDocument; mRelatedDocuments = new List<int>(v.mRelatedDocuments.ToArray()); mRelationshipType = v.mRelationshipType; }