Class IfcTextStyleFontModel
Inheritance
System.Object
IfcTextStyleFontModel
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPresentationItem>
System.IEquatable<IfcPreDefinedItem>
System.IEquatable<IfcPreDefinedTextFont>
System.IEquatable<IfcTextStyleFontModel>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.PresentationAppearanceResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcTextStyleFontModel", 503)]
public class IfcTextStyleFontModel : IfcPreDefinedTextFont, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IEquatable<IfcPreDefinedItem>, IEquatable<IfcPreDefinedTextFont>, IInstantiableEntity, IIfcTextStyleFontModel, IIfcPreDefinedTextFont, IIfcPreDefinedItem, IIfcPresentationItem, IfcTextFontSelect, IIfcTextFontSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcTextStyleFontModel>, IExpressValidatable
Properties
| Improve this Doc View SourceFontFamily
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 2)]
public IItemSet<IfcTextFontName> FontFamily { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcTextFontName> |
FontSize
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
public IfcSizeSelect FontSize { get; set; }
Property Value
Type | Description |
---|---|
IfcSizeSelect |
FontStyle
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcFontStyle? FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcFontStyle> |
FontVariant
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcFontVariant? FontVariant { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcFontVariant> |
FontWeight
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcFontWeight? FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcFontWeight> |
Methods
| Improve this Doc View SourceEquals(IfcTextStyleFontModel)
Declaration
public bool Equals(IfcTextStyleFontModel other)
Parameters
Type | Name | Description |
---|---|---|
IfcTextStyleFontModel | other |
Returns
Type | Description |
---|---|
System.Boolean |
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
| Improve this Doc View SourceValidate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
ValidateClause(IfcTextStyleFontModel.IfcTextStyleFontModelClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcTextStyleFontModel.IfcTextStyleFontModelClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcTextStyleFontModel.IfcTextStyleFontModelClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIIfcTextStyleFontModel.FontFamily
Declaration
IItemSet<IfcTextFontName> IIfcTextStyleFontModel.FontFamily { get; }
Returns
Type | Description |
---|---|
IItemSet<IfcTextFontName> |
IIfcTextStyleFontModel.FontSize
Declaration
IIfcSizeSelect IIfcTextStyleFontModel.FontSize { get; set; }
Returns
Type | Description |
---|---|
IIfcSizeSelect |
IIfcTextStyleFontModel.FontStyle
Declaration
IfcFontStyle? IIfcTextStyleFontModel.FontStyle { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcFontStyle> |
IIfcTextStyleFontModel.FontVariant
Declaration
IfcFontVariant? IIfcTextStyleFontModel.FontVariant { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcFontVariant> |
IIfcTextStyleFontModel.FontWeight
Declaration
IfcFontWeight? IIfcTextStyleFontModel.FontWeight { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcFontWeight> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>