Interface IIfcLightSource
Readonly interface for IfcLightSource
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcLightSource : IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
AmbientIntensity
Declaration
IfcNormalisedRatioMeasure? AmbientIntensity { get; set; }
Property Value
|
Improve this Doc
View Source
Intensity
Declaration
IfcNormalisedRatioMeasure? Intensity { get; set; }
Property Value
|
Improve this Doc
View Source
LightColour
Declaration
IIfcColourRgb LightColour { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
IfcLabel? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|