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.Ifc2x3.dll
Syntax
[ExpressType("IfcTextStyle", 427)]
public class IfcTextStyle : IfcPresentationStyle, INotifyPropertyChanged, IEquatable<IfcPresentationStyle>, IIfcTextStyle, IIfcPresentationStyle, IfcStyleAssignmentSelect, IIfcStyleAssignmentSelect, IfcPresentationStyleSelect, IIfcPresentationStyleSelect, IInstantiableEntity, IIfcTextStyle, IIfcPresentationStyle, IfcPresentationStyleSelect, IIfcPresentationStyleSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcTextStyle>
Properties
|
Improve this Doc
View Source
TextCharacterAppearance
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcCharacterStyleSelect 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 IfcTextStyleSelect 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.TextCharacterAppearance
Declaration
IIfcCharacterStyleSelect 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
IIfcTextStyleSelect IIfcTextStyle.TextStyle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyle.ModelOrDraughting
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyle), 5)]
IfcBoolean? IIfcTextStyle.ModelOrDraughting { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyle.TextCharacterAppearance
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyle), 2)]
IIfcTextStyleForDefinedFont IIfcTextStyle.TextCharacterAppearance { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyle.TextFontStyle
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyle), 4)]
IIfcTextFontSelect IIfcTextStyle.TextFontStyle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyle.TextStyle
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyle), 3)]
IIfcTextStyleTextModel IIfcTextStyle.TextStyle { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>