Class IfcTextStyle
Inheritance
System.Object
IfcTextStyle
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.Ifc4.dll
Syntax
[ExpressType("IfcTextStyle", 427)]
public class IfcTextStyle : IfcPresentationStyle, INotifyPropertyChanged, IEquatable<IfcPresentationStyle>, IInstantiableEntity, IIfcTextStyle, IIfcPresentationStyle, IfcStyleAssignmentSelect, IIfcStyleAssignmentSelect, IfcPresentationStyleSelect, IIfcPresentationStyleSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcTextStyle>
Properties
|
Improve this Doc
View Source
ModelOrDraughting
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcBoolean? ModelOrDraughting { get; set; }
Property Value
|
Improve this Doc
View Source
TextCharacterAppearance
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcTextStyleForDefinedFont TextCharacterAppearance { get; set; }
Property Value
|
Improve this Doc
View Source
TextFontStyle
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcTextFontSelect TextFontStyle { get; set; }
Property Value
|
Improve this Doc
View Source
TextStyle
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcTextStyleTextModel TextStyle { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcTextStyle)
Declaration
public bool Equals(IfcTextStyle 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
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcTextStyle.ModelOrDraughting
Declaration
IfcBoolean? IIfcTextStyle.ModelOrDraughting { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyle.TextCharacterAppearance
Declaration
IIfcTextStyleForDefinedFont IIfcTextStyle.TextCharacterAppearance { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyle.TextFontStyle
Declaration
IIfcTextFontSelect IIfcTextStyle.TextFontStyle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyle.TextStyle
Declaration
IIfcTextStyleTextModel IIfcTextStyle.TextStyle { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>