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.

TeklaStructuresSettings Methods

The TeklaStructuresSettings type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAdvancedOption(String, Boolean)
Returns the value of an advanced option variable.
Public methodStatic memberGetAdvancedOption(String, Double)
Returns the value of an advanced option variable.
Public methodStatic memberGetAdvancedOption(String, Int32)
Returns the value of an advanced option variable.
Public methodStatic memberGetAdvancedOption(String, String)
Returns the value of an advanced option variable.
Public methodStatic memberCode exampleGetAdvancedOptionPaths
Gets the value of an advanced option as a list of valid paths. Strings with path separator ; are split into separate paths and any blank paths (containing only white space) are ignored. Paths do not need to exist but must use valid characters and format. Note: All valid paths are returned even when invalid paths are encountered.
Public methodStatic memberGetOptions(ClashCheckOptions)
Returns the value of the clash check options.
Public methodStatic memberGetOptions(ComponentOptions)
Returns the value of the component options.
Public methodStatic memberIsPourEnabled
Determines whether pour management is enabled.
Public methodStatic memberIsToolOptionOn
Determines whether select switch is on.
Public methodStatic memberSetOptions(ClashCheckOptions)
Sets the clash check options.
Public methodStatic memberSetOptions(ComponentOptions)
Sets the component options.
Top
See Also