This is going to be very general because I've been finding it hard to find a sufficient starting point (as far as code goes) for my problem...
So basically, this is it: I want to Label polygon features in such a way that labeling is formatted to look like any table. I've seen this page and it comes quite close to the result I'm seeking: https://www.esri.com/news/arcuser/1104/files/vbscript_label.pdf
Yet, it falls short in the sense that any and all subsequent inquiries on how to make the code work with newer versions of ArcMap are left unanswered.
Let us suppose I have layer representing US States and that this layer contains 4 fields: [NAME], [POP2012], [MALE], [FEMALE].
I would be very interested in having the building blocks to label each state with something that looks tabular, e.g. the label would read something like this:
STATE NAME _______________________ TOTAL POPULATION....64576584679 MALE POPULATION.....56846976998 FEMALE POPULATION...69679679659 So, everything is basically centered or lines up...
أكثر...
So basically, this is it: I want to Label polygon features in such a way that labeling is formatted to look like any table. I've seen this page and it comes quite close to the result I'm seeking: https://www.esri.com/news/arcuser/1104/files/vbscript_label.pdf
Yet, it falls short in the sense that any and all subsequent inquiries on how to make the code work with newer versions of ArcMap are left unanswered.
Let us suppose I have layer representing US States and that this layer contains 4 fields: [NAME], [POP2012], [MALE], [FEMALE].
I would be very interested in having the building blocks to label each state with something that looks tabular, e.g. the label would read something like this:
STATE NAME _______________________ TOTAL POPULATION....64576584679 MALE POPULATION.....56846976998 FEMALE POPULATION...69679679659 So, everything is basically centered or lines up...
أكثر...