NXOpen.UF.Route.AskStockDataAnchors

Route.AskStockDataAnchors()

Refer to UF_ROUTE_ask_stock_data_anchors for documentation.

Signature: AskStockDataAnchors(stockDataTag)

Parameters:stockDataTag (Tag) – Tag of stock data object
Returns:A Tuple
Return type:A tuple consisting of (numAnchors,anchors)

numAnchors(int): Count of anchors returned.

anchors(list of Tag): Array of anchors. Use UF_free to deallocate memory when no longer required.

License requirements: None