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.

ViewMarkBasicTagAttributes Class

The ViewMarkBasicTagAttributes class contains basic attributes for view mark tags.
Inheritance Hierarchy

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

The ViewMarkBasicTagAttributes type exposes the following members.

Constructors
  NameDescription
Public methodViewMarkBasicTagAttributes
Creates a new mark tag attributes instance.
Public methodViewMarkBasicTagAttributes(Vector, TagLocation, ContainerElement)
Creates a new mark tag attributes instance with the given offset, location and content.
Top
Properties
  NameDescription
Public propertyLocation
The location of the mark tag.
Public propertyOffset
The offset of the mark tag.
Public propertyTagContent
The tag content.
Top
Methods
  NameDescription
Public methodIsEqual
Compares the current object with an object of the same type.
(Overrides GenericAttributesBaseIsEqual(Object).)
Top
See Also