Class IfcTextStyleWithBoxCharacteristics
Inheritance
System.Object
IfcTextStyleWithBoxCharacteristics
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcTextStyleWithBoxCharacteristics", 730)]
public class IfcTextStyleWithBoxCharacteristics : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcTextStyleWithBoxCharacteristics, IfcTextStyleSelect, IIfcTextStyleSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcTextStyleWithBoxCharacteristics>
Properties
|
Improve this Doc
View Source
BoxHeight
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcPositiveLengthMeasure? BoxHeight { get; set; }
Property Value
|
Improve this Doc
View Source
BoxRotateAngle
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcPlaneAngleMeasure? BoxRotateAngle { get; set; }
Property Value
|
Improve this Doc
View Source
BoxSlantAngle
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcPlaneAngleMeasure? BoxSlantAngle { get; set; }
Property Value
|
Improve this Doc
View Source
BoxWidth
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcPositiveLengthMeasure? BoxWidth { get; set; }
Property Value
|
Improve this Doc
View Source
CharacterSpacing
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcSizeSelect CharacterSpacing { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcTextStyleWithBoxCharacteristics)
Declaration
public bool Equals(IfcTextStyleWithBoxCharacteristics other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcTextStyleWithBoxCharacteristics.BoxHeight
Declaration
IfcPositiveLengthMeasure? IIfcTextStyleWithBoxCharacteristics.BoxHeight { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleWithBoxCharacteristics.BoxRotateAngle
Declaration
IfcPlaneAngleMeasure? IIfcTextStyleWithBoxCharacteristics.BoxRotateAngle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleWithBoxCharacteristics.BoxSlantAngle
Declaration
IfcPlaneAngleMeasure? IIfcTextStyleWithBoxCharacteristics.BoxSlantAngle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleWithBoxCharacteristics.BoxWidth
Declaration
IfcPositiveLengthMeasure? IIfcTextStyleWithBoxCharacteristics.BoxWidth { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleWithBoxCharacteristics.CharacterSpacing
Declaration
IIfcSizeSelect IIfcTextStyleWithBoxCharacteristics.CharacterSpacing { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>