Interface IIfcDocumentElectronicFormat
Readonly interface for IfcDocumentElectronicFormat
Assembly: Xbim.Ifc2x3.dll
public interface IIfcDocumentElectronicFormat : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declaration
IfcLabel? FileExtension { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
MimeContentType
Declaration
IfcLabel? MimeContentType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Declaration
IfcLabel? MimeSubtype { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|