Main   Error Codes   Domains 
Deprecated List
Member AutomationAPI::activatePropertyTypeBookmark (string bookmark)
The ID parameter is deprecated and will be removed in future updates. Always refer to bookmarks by name in new scripts.
Member AutomationAPI::addCalendarExceptions (string calendarID, array< object > exceptions)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member AutomationAPI::addPropertyTypeBookmark (object bookmarkData)
The ID parameter is deprecated and will be removed in future updates. Always refer to bookmarks by name in new scripts.
Member AutomationAPI::calcDistance (string objId1, string objId2)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use calculateDistance() instead.

Use calculateDistance() instead.

Member AutomationAPI::clearCalendarExceptions (string calendarID)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member AutomationAPI::createCalendar (string name, string comment)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member AutomationAPI::currentGeoPosition ()

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

The function is not useful when called immediately after enableGeoLocation(), as the sensor won't have any data yet.
Instead, connect to signal geoPositionUpdated.
If you only want a "one shot", you can disconnect immediately after having received the geo data:

The function is not useful when called immediately after enableGeoLocation(), as the sensor won't have any data yet.
Instead, connect to signal geoPositionUpdated.
If you only want a "one shot", you can disconnect immediately after having received the geo data:

Member AutomationAPI::getCalendarList ()

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member AutomationAPI::getDefaultCalendar ()

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member AutomationAPI::getPropertyTypeBookmark (string name)
The ID parameter is deprecated and will be removed in future updates. Always refer to bookmarks by name in new scripts.
Member AutomationAPI::getPropertyTypeBookmarkByID (string id)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use getPropertyTypeBookmark() instead.

Use getPropertyTypeBookmark() instead.

Member AutomationAPI::getPropertyTypeBookmarkList ()
The ID parameter is deprecated and will be removed in future updates. Always refer to bookmarks by name in new scripts.
Member AutomationAPI::removeCalendar (string calendarID)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member AutomationAPI::removeCalendarException (string calendarID, var date)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member AutomationAPI::removeCalendarFromTask (string taskID)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member AutomationAPI::removePropertyTypeBookmarkByID (string id)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use removePropertyTypeBookmark() instead.

Use removePropertyTypeBookmark() instead.

Member AutomationAPI::setCalendarOptions (string calendarID, object options)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member AutomationAPI::setCalendarWorkingTime (string calendarID, object workingTime)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member CoreAPI::addDays (string dateStr, int nrDays)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member CoreAPI::calcGkCoordsByGpsCoords (double lat, double lon)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use convertCoordinates() instead.

Use convertCoordinates() instead.

Member CoreAPI::calcGkCoordsByModelCoords (double x, double y, double z)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use convertCoordinates() instead.

Use convertCoordinates() instead.

Member CoreAPI::calcGpsCoordsByGkCoords (double rw, double hw)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use convertCoordinates() instead.

Use convertCoordinates() instead.

Member CoreAPI::calcGpsCoordsByModelCoords (double x, double y)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use convertCoordinates() instead.

Use convertCoordinates() instead.

Member CoreAPI::calcGpsCoordsByStation (string objId, double station)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use getPointOnAlignmentAtStation() and convertCoordinates() instead.

Use getPointOnAlignmentAtStation() and convertCoordinates() instead.

Member CoreAPI::calcHashcode (string str)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member CoreAPI::calcModelCoordsByGkCoords (double r, double h)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use convertCoordinates() instead.

Use convertCoordinates() instead.

Member CoreAPI::calcModelCoordsByGpsCoords (double lat, double lon)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use convertCoordinates() instead.

Use convertCoordinates() instead.

Member CoreAPI::checkRegExp (string value, string pattern)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member CoreAPI::countContainedElements (string containerId, int maxDepth, bool loadExternal=true)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use getContainedElements() instead, then get the length of the returned array.

Use getContainedElements() instead, then get the length of the returned array.

Member CoreAPI::extractPropertyNames (string code, string startTag="[[", string endTag="]]")

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member CoreAPI::getProjectLocation () const

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use getLocation() instead.

Use getLocation() instead.

Member CoreAPI::getPropertyValueRange (string idList, string propName, string propType, string domainFilter="geometry")

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use AutomationAPI::getPropertyValuesByObjectList() in combination with Math.min() and Math.max() - or whatever is required for processing the values.

Use AutomationAPI::getPropertyValuesByObjectList() in combination with Math.min() and Math.max() - or whatever is required for processing the values.

Member CoreAPI::prepareJsCode (string code, string id, int dec=-1, string frmt="%L1", int fieldWidth=10, QChar fillChar=QChar())

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member ProjectAPI::clearSelection (bool repaint, string domainCombination="geometry")

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use setAllElementsSelected() instead. For example:

Use setAllElementsSelected() instead. For example:

Member ProjectAPI::countSelected (string domainFilter="geometry")

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use getSelectedElements(), then count.

Use getSelectedElements(), then count.

Member ProjectAPI::countVisible (string domainFilter="geometry")

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use getVisibleElements(), then count.

Use getVisibleElements(), then count.

Member ProjectAPI::getSelected (string domainFilter="geometry")

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use getSelectedElements() instead.

Use getSelectedElements() instead.

Member ProjectAPI::getVisible (string domainFilter="geometry")

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use getVisibleElements() instead.

Use getVisibleElements() instead.

Member ProjectAPI::hasSelected (string domainFilter="all")

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use getSelectedElements() instead.

Use getSelectedElements() instead.

Member ProjectAPI::hasVisible (string domainFilter="all")

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use getVisibleElements() instead.

Use getVisibleElements() instead.

Member ProjectAPI::hideAll (bool repaint, string domainCombination="geometry")

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use setAllElementsVisible() instead:

Use setAllElementsVisible() instead:

Member ProjectAPI::hideAllElements (var domains=var())

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use setAllElementsVisible() instead. For example:

Use setAllElementsVisible() instead. For example:

Member ProjectAPI::hideElements (var elementIDs, bool includeBlocked=false, var domains=var())

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use setElementsVisible() instead:

Use setElementsVisible() instead:

Member ProjectAPI::message (string)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Member ProjectAPI::selectElements (string idList, bool flag, string domainCombination="geometry")

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use setElementsSelected() instead.

Use setElementsSelected() instead.

Member ProjectAPI::showAll (bool repaint, string domainCombination="geometry")

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use setAllElementsVisible() instead.

Use setAllElementsVisible() instead.

Member ProjectAPI::showAllElements (var domains=var())

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use setAllElementsVisible() instead.

Use setAllElementsVisible() instead.

Member ProjectAPI::showElements (var elementIDs, bool includeBlocked=false, var domains=var())

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use setElementsVisible() instead.

Use setElementsVisible() instead.

Member ProjectAPI::showElementsOnly (var elementIDs, var domains=var())

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Use setAllElementsVisible() and setElementsVisible() instead. For example:

Use setAllElementsVisible() and setElementsVisible() instead. For example:

Member WebFormsAPI::processEvents ()
This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.
Member WebFormsAPI::tpApiAuth (string callbackFunctionName)

This method will be removed in future versions of VDC Manager and should not be used for new scripts anymore.

Call authorize() with the predefined authorizationMethod for the tp CDE API:


Created: Sat May 10 2025 00:07:13