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.

ViewViewMarkTagAttributes Class

The ViewMarkTagAttributes class contains attributes for view mark tags.
Inheritance Hierarchy
SystemObject
  Tekla.Structures.DrawingGenericAttributesBase
    Tekla.Structures.DrawingViewMarkBasicTagAttributes
      Tekla.Structures.DrawingViewViewMarkTagAttributes

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

The ViewViewMarkTagAttributes type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyLocation
The location of the mark tag.
(Inherited from ViewMarkBasicTagAttributes.)
Public propertyOffset
The offset of the mark tag.
(Inherited from ViewMarkBasicTagAttributes.)
Public propertyTagAlignment
The tag text alignment.
Public propertyTagContent
The tag content.
(Inherited from ViewMarkBasicTagAttributes.)
Top
Methods
  NameDescription
Public methodIsEqual
Compares the current object with an object of the same type.
(Overrides ViewMarkBasicTagAttributesIsEqual(Object).)
Top
See Also