Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 546 Bytes

File metadata and controls

30 lines (23 loc) · 546 Bytes

Road_GetStationPoint

Description

Return 3D point of the station that is related with the Roadway (Poly) object.

PROCEDURE Road_GetStationPoint(
				hRoadwayObject : HANDLE;
				index          : LONGINT;
				VAR RETURN     : REAL);
def vs.Road_GetStationPoint(hRoadwayObject, index):
    return RETURN

Parameters

Name Type Description
hRoadwayObject HANDLE
index LONGINT
RETURN REAL

Version

Availability: from Vectorworks 2015

Category

  • Roadway Interface Library