Interface IIfcLibraryInformation
Readonly interface for IfcLibraryInformation
Assembly: Xbim.Ifc4.dll
public interface IIfcLibraryInformation : IIfcExternalInformation, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcLibrarySelect, IIfcLibrarySelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declaration
IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcLibraryReference> HasLibraryReferences { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcRelAssociatesLibrary> LibraryInfoForObjects { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcURIReference? Location { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcActorSelect 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
IfcDateTime? VersionDate { get; set; }
Property Value