Original User: Winsor1
Hello,
I work for a pipeline company & we use Linear Referencing to keep track of our footages. I would like to use Attribute Assistant to automatically populate our BeginStation & EndStation fields in our pipeline feature classes with the min & max m values.
I was thinking of using the Expression value method in Attribute Assistant like I currently do with Field Calculator. As far as I know I can�??t use my Python expression�?�
BEGINSTATION =
!Shape!.extent.MMin
�?�because the expression must be in VB. I am not sure how or if it is possible to use my old VB Script�?�
Pre-Logic Script Code:
dim m as imcollection
set m = [shape]
dim d as double
d = m.mmin
BEGINSTATION =
d
Does anyone have any ideas on how to populate a field based on a Linear Referenced features m values?
Thanks!
Winsor1