Class IfcTextStyleFontModel
Inheritance
System.Object
IfcTextStyleFontModel
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("IfcTextStyleFontModel", 503)]
public class IfcTextStyleFontModel : IfcPreDefinedTextFont, INotifyPropertyChanged, IEquatable<IfcPreDefinedItem>, IEquatable<IfcPreDefinedTextFont>, IIfcTextStyleFontModel, IIfcPreDefinedTextFont, IIfcPreDefinedItem, IIfcPresentationItem, IfcTextFontSelect, IInstantiableEntity, IIfcTextStyleFontModel, IIfcPreDefinedTextFont, IIfcPreDefinedItem, IfcTextFontSelect, IIfcTextFontSelect, IIfcTextFontSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcTextStyleFontModel>, IExpressValidatable
Properties
|
Improve this Doc
View Source
FontFamily
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 2)]
public IOptionalItemSet<IfcTextFontName> FontFamily { get; }
Property Value
|
Improve this Doc
View Source
FontSize
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
public IfcSizeSelect FontSize { get; set; }
Property Value
|
Improve this Doc
View Source
FontStyle
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcFontStyle? FontStyle { get; set; }
Property Value
|
Improve this Doc
View Source
FontVariant
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcFontVariant? FontVariant { get; set; }
Property Value
|
Improve this Doc
View Source
FontWeight
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcFontWeight? FontWeight { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcTextStyleFontModel)
Declaration
public bool Equals(IfcTextStyleFontModel 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
|
Improve this Doc
View Source
Validate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcTextStyleFontModel.IfcTextStyleFontModelClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcTextStyleFontModel.IfcTextStyleFontModelClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcTextStyleFontModel.FontFamily
Declaration
IItemSet<IfcTextFontName> IIfcTextStyleFontModel.FontFamily { get; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleFontModel.FontSize
Declaration
IIfcSizeSelect IIfcTextStyleFontModel.FontSize { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleFontModel.FontStyle
Declaration
IfcFontStyle? IIfcTextStyleFontModel.FontStyle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleFontModel.FontVariant
Declaration
IfcFontVariant? IIfcTextStyleFontModel.FontVariant { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleFontModel.FontWeight
Declaration
IfcFontWeight? IIfcTextStyleFontModel.FontWeight { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleFontModel.FontFamily
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleFontModel), 2)]
IItemSet<IfcTextFontName> IIfcTextStyleFontModel.FontFamily { get; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleFontModel.FontSize
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleFontModel), 6)]
IIfcSizeSelect IIfcTextStyleFontModel.FontSize { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleFontModel.FontStyle
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleFontModel), 3)]
IfcFontStyle? IIfcTextStyleFontModel.FontStyle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleFontModel.FontVariant
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleFontModel), 4)]
IfcFontVariant? IIfcTextStyleFontModel.FontVariant { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleFontModel.FontWeight
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleFontModel), 5)]
IfcFontWeight? IIfcTextStyleFontModel.FontWeight { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>