Hi @l.florio,
Sorry to depart from the lineTypeId question, but I’m thinking ahead and wondering if the SurfaceAnalysisUserDefinedContourData class is going to get you to your ultimate goal of getting a polyline. I don’t think that class has the methods you’d need to create a polyline. Maybe this approach would work?
- Create a temporary TIN surface
- Paste the volume surface into the temporary TIN surface
- Use the ExtractContoursAt method with an elevation of 0
- Dispose of the temporary TIN surface