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.3
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
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next