Interface IIfcCurveStyleFontAndScaling
Readonly interface for IfcCurveStyleFontAndScaling
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcCurveStyleFontAndScaling : IfcCurveFontOrScaledCurveFontSelect, IIfcCurveFontOrScaledCurveFontSelect, IIfcCurveFontOrScaledCurveFontSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CurveFont
Declaration
IIfcCurveStyleFontSelect CurveFont { get; set; }
Property Value
|
Improve this Doc
View Source
CurveFontScaling
Declaration
IfcPositiveRatioMeasure CurveFontScaling { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
IfcLabel? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|