Hope everyone had a great thanksgiving holiday!
My question is basically how to ask my question. Being a newbe to .net I don't think I'm getting the terminology right.
Basically I have an object model I'm working with that contains roadway alignments and profiles. I can access certain properties of the profile, but certain useful properties weren't exposed or were not available by the $oftware company.
I have written code to calculate various properties that would be useful in future programing and I would like to "add them to the object model" or at least make them available in the following way.
project.alignment.profile.pvi.highpoint
project.alignment.profile.pvi.lowpoint
project.alignment.profile.pvi.highpointstation
project.alignment.profile.pvi.lowpointstation
the italics would be the new objects.
etc . . .
Can anyone follow my ramblings?
Thanks in advance!
swu
My question is basically how to ask my question. Being a newbe to .net I don't think I'm getting the terminology right.
Basically I have an object model I'm working with that contains roadway alignments and profiles. I can access certain properties of the profile, but certain useful properties weren't exposed or were not available by the $oftware company.
I have written code to calculate various properties that would be useful in future programing and I would like to "add them to the object model" or at least make them available in the following way.
project.alignment.profile.pvi.highpoint
project.alignment.profile.pvi.lowpoint
project.alignment.profile.pvi.highpointstation
project.alignment.profile.pvi.lowpointstation
the italics would be the new objects.
etc . . .
Can anyone follow my ramblings?
Thanks in advance!
swu