You need to display a polyline on a new user-defined shape layer. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A.
Add a new polyline to the map by using the VEMap.AddPolyline method.
B.
Create a new shape layer and add it to the map by using the VEMap.AddShapeLayer method.
C.
Create a shape of type VEShapeType.Polyline and add it to the map by using the VEMap.AddShape method.
D.
Create a shape of type VEShapeType.Polyline and add it to the shape layer by using the
VEShapeLayer.AddShape method.