Hello There
I am using MapX 5, VB 6, Oracle 8i.
My problem is even when i load a layer of type line feature, its predominant feature
type shows symbol type. And in the legend or
PropertyPage its style also comes as a symbol.
What could be the reason for it and how should i solve it.
The code i am using to load this layer is as below :
Suppose, my layer name is "WATER_PIPES".After loading it I say
frmMap.Map1.Layers("WATER_PIPES").OverrideStyle = True
frmMap.Map1.Layers("WATER_PIPES").Style = frmMap.Map1.DefaultStyle
Thanx in advance
Vishal Sharma