Interface IIfcDocumentInformation
Readonly interface for IfcDocumentInformation
Assembly: Xbim.Ifc4.dll
public interface IIfcDocumentInformation : IIfcExternalInformation, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcDocumentSelect, IIfcDocumentSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declaration
IfcDocumentConfidentialityEnum? Confidentiality { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcDateTime? 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
IEnumerable<IIfcRelAssociatesDocument> DocumentInfoForObjects { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcActorSelect DocumentOwner { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IItemSet<IIfcActorSelect> Editors { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcIdentifier? ElectronicFormat { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcDocumentReference> HasDocumentReferences { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcIdentifier Identification { 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
IfcDateTime? LastRevisionTime { get; set; }
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
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
IfcDate? ValidFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcDate> |
|
|
Improve this Doc
View Source
Declaration
IfcDate? ValidUntil { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcDate> |
|