Interface IIfcPixelTexture
Readonly interface for IfcPixelTexture
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcPixelTexture : IIfcSurfaceTexture, IIfcPresentationItem, 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<IfcBinary> Pixel { get; }
Property Value
|
Improve this Doc
View Source
Width
Declaration
IfcInteger Width { get; set; }
Property Value