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.

UserPropertyItemGetOptions Method

Overload List
  NameDescription
Public methodGetOptions(ListKeyValuePairDouble, String)
Gets the value options of a double property. Option strings are translated when translation is available.
Public methodGetOptions(ListKeyValuePairInt32, String)
Gets the value options of an integer property. Option strings are translated when translation is available.
Public methodGetOptions(ListKeyValuePairString, String)
Gets the value options of a string property. Option strings are translated when translation is available.
Public methodGetOptions(ListKeyValuePairDouble, String, Boolean)
Gets the value options of a double property.
Public methodGetOptions(ListKeyValuePairInt32, String, Boolean)
Gets the value options of an integer property.
Public methodGetOptions(ListKeyValuePairString, String, Boolean)
Gets the value options of a string property.
Top
See Also