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.

ProjectInfo Methods

The ProjectInfo type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBasePointByGuid
Gets a base point by given guid.
Public methodStatic memberGetBasePointByName
Gets a base point by given name.
Public methodStatic memberGetBasePoints
Gets all available base points as a list.
Public methodStatic memberGetCurrentCoordsysBasePoint
Gets the current base point, if set.
Public methodGetDoubleUserProperties
Retrieves all double properties for the ProjectInfo.
Public methodGetDynamicStringProperty
Gets a dynamic string property for the ProjectInfo.
Public methodGetIntegerUserProperties
Retrieves all integer properties for the ProjectInfo.
Public methodStatic memberGetProjectBasePoint
Gets the project base point, if any set.
Public methodGetStringUserProperties
Retrieves all string properties for the ProjectInfo.
Public methodGetUserProperty(String, Double)
Retrieves a double property for the ProjectInfo.
Public methodGetUserProperty(String, Int32)
Retrieves an integer property for the ProjectInfo.
Public methodGetUserProperty(String, String)
Retrieves a string property for the ProjectInfo.
Public methodModify
Modifies the current project information.
Public methodStatic memberSetCurrentCoordsysToBasePoint
Sets the current base point.
Public methodSetDynamicStringProperty
Sets a dynamic string property for the ProjectInfo.
Public methodSetUserProperty(String, Double)
Sets a double property for the ProjectInfo.
Public methodSetUserProperty(String, Int32)
Sets an integer property for the ProjectInfo.
Public methodSetUserProperty(String, String)
Sets a string property for the ProjectInfo.
Top
See Also