Interface IIfcSoundProperties
Readonly interface for IfcSoundProperties
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcSoundProperties : IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
IsAttenuating
Declaration
IfcBoolean IsAttenuating { get; set; }
Property Value
|
Improve this Doc
View Source
SoundScale
Declaration
IfcSoundScaleEnum? SoundScale { get; set; }
Property Value
|
Improve this Doc
View Source
SoundValues
Declaration
IItemSet<IIfcSoundValue> SoundValues { get; }
Property Value