======Метод CadCursors.GetStation(CadView, Polyline3D, Double, String, String[])====== * **Пространство имен:** [[developers:references:topomatic.cad.view.hints|Topomatic.Cad.View.Hints]] * **Сборка:** Topomatic.Cad.View (в Topomatic.Cad.View.dll) =====Синтаксис===== public static GetPointResult GetStation(CadView cadview, Polyline3D polyline, out double station, string message, string[] args) **Параметры** * //cadview// * Тип: [[developers:references:topomatic.cad.view.cadview|Topomatic.Cad.View.CadView]] * //polyline// * Тип: [[developers:references:topomatic.cad.foundation.polyline3d|Topomatic.Cad.Foundation.Polyline3D]] * //station// * Тип: System.Double * //message// * Тип: System.String * //args// * Тип: System.String[] **Возвращаемое значение** * Тип: [[developers:references:topomatic.cad.view.getpointresult|Topomatic.Cad.View.GetPointResult]]