Do I need to make a dummy region to use <vla-get-Perimeter> for a polyline (lwpolyline) perimeter calculation? When I use (vla-get-Perimeter <some vlax object polyline>) it returns an error. However If I make a region based on my polyline (lwpolyline) object the vla-get-Perimeter function works fine. Is there any direct way of getting polyline perimeter? I can calculate all vertexes' length separately including arches. Is this the only choose I have?