API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

TextFileTextFileAttributes Class

The TextFileAttributes class contains the attributes for the text file object.
Inheritance Hierarchy
SystemObject
  Tekla.Structures.DrawingAttributesBase
    Tekla.Structures.DrawingEmbeddedObjectAttributes
      Tekla.Structures.DrawingTextFileTextFileAttributes

Namespace:  Tekla.Structures.Drawing
Assembly:  Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2023.0.1
Syntax
[SerializableAttribute]
public sealed class TextFileAttributes : EmbeddedObjectAttributes

The TextFileTextFileAttributes type exposes the following members.

Constructors
  NameDescription
Public methodTextFileTextFileAttributes
Creates a new text file attributes instance that loads standard attributes.
Top
Properties
  NameDescription
Public propertyFont
Gets or sets the font.
Public propertyFrame
Gets or sets the frame.
(Inherited from EmbeddedObjectAttributes.)
Public propertyLine
Gets or sets the line type.
Public propertyLineType Obsolete.
Public propertyScaling
Gets or sets the scaling.
Public propertyXScale
Gets or sets the X scaling value. Changing this property will set the scaling type to ScaleXY.
(Inherited from EmbeddedObjectAttributes.)
Public propertyYScale
Gets or sets the Y scaling value. Changing this property will set the scaling type to ScaleXY.
(Inherited from EmbeddedObjectAttributes.)
Top
Methods
See Also