Interface IIfcPixelTexture
Readonly interface for IfcPixelTexture
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcPixelTexture : IIfcSurfaceTexture, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ColourComponents
Declaration
IfcInteger ColourComponents { get; set; }
Property Value
|
Improve this Doc
View Source
Height
Declaration
IfcInteger Height { get; set; }
Property Value
|
Improve this Doc
View Source
Pixel
Declaration
IItemSet<byte[]> Pixel { get; }
Property Value
Type |
Description |
IItemSet<System.Byte[]> |
|
|
Improve this Doc
View Source
Width
Declaration
IfcInteger Width { get; set; }
Property Value