public IfcRelDeclares(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcContext relatingContext, List <IfcDefinitionSelect> relatedDefinitions) : base(globalId, ownerHistory, name, description) { RelatingContext = relatingContext; RelatedDefinitions = relatedDefinitions; }
/// <summary> /// Construct a IfcRelDeclares with all required attributes. /// </summary> public IfcRelDeclares(IfcGloballyUniqueId globalId, IfcContext relatingContext, List <IfcDefinitionSelect> relatedDefinitions) : base(globalId) { RelatingContext = relatingContext; RelatedDefinitions = relatedDefinitions; }