Interface IIfcDocumentInformation
Readonly interface for IfcDocumentInformation
Assembly: Xbim.Ifc2x3.dll
public interface IIfcDocumentInformation : IfcDocumentSelect, IIfcDocumentSelect, IIfcDocumentSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declaration
IfcDocumentConfidentialityEnum? Confidentiality { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcDateAndTime CreationTime { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
IfcIdentifier DocumentId { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcActorSelect DocumentOwner { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IItemSet<IIfcDocumentReference> DocumentReferences { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IItemSet<IIfcActorSelect> Editors { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcDocumentElectronicFormat ElectronicFormat { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcText? IntendedUse { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcDocumentInformationRelationship> IsPointedTo { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcDocumentInformationRelationship> IsPointer { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcDateAndTime LastRevisionTime { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcText? Purpose { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
IfcLabel? Revision { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Declaration
IfcText? Scope { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
IfcDocumentStatusEnum? Status { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcCalendarDate ValidFrom { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcCalendarDate ValidUntil { get; set; }
Property Value