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.

DetailMarkSymbolAttributes Class

The DetailMarkSymbolAttributes class is for detail mark attributes related to the shape of the connecting symbol.
Inheritance Hierarchy

Namespace:  Tekla.Structures.Drawing
Assembly:  Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2023.0.1
Syntax
public sealed class DetailMarkSymbolAttributes : ViewMarkBasicSymbolAttributes

The DetailMarkSymbolAttributes type exposes the following members.

Constructors
  NameDescription
Public methodDetailMarkSymbolAttributes
Initializes a new instance of the DetailMarkSymbolAttributes class
Top
Properties
  NameDescription
Public propertyShape
The shape of the mark symbol.
(Inherited from ViewMarkBasicSymbolAttributes.)
Public propertySize
The size of the mark symbol.
(Inherited from ViewMarkBasicSymbolAttributes.)
Top
Methods
  NameDescription
Public methodIsEqual
Compares the current object with an object of the same type.
(Inherited from ViewMarkBasicSymbolAttributes.)
Top
See Also