Not applicable
02-03-2020
02:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all!
I have station numbers as 101, 102, 103 ,104 and etc. The question is if possible to change start and end station to these numbers (for example start 102 + 12) ?
for BaselineRegion.StartStation Property we have
C#
public double StartStation { get; set; }
Visual C++
public: property double StartStation { double get (); void set (double value); }
So only double(int) may be used for Start/End Station? Is it another way to change this value for string?
This link can change these station but only for continuous distance:
Thank you
Solved! Go to Solution.
Link copied