Interface IIfcLibraryInformation
Readonly interface for IfcLibraryInformation
Assembly: Xbim.Ifc2x3.dll
public interface IIfcLibraryInformation : IfcLibrarySelect, IIfcLibrarySelect, IIfcLibrarySelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declaration
IItemSet<IIfcLibraryReference> LibraryReference { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcOrganization Publisher { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcLabel? Version { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Declaration
IIfcCalendarDate VersionDate { get; set; }
Property Value