Hi,
I recently start to program with Mapx, so may be the question is very =
easy. Sorry please.
I want to make a collection of features to combine them
I did:
Dim lfeatures as New MapXLib.Features
Dim lfeature_1 as New MapXLib.Feature
Dim lfeature_2 as New MapXLib.Feature
.. I create both features
Now, how add them to a new collection ?
I tried the next:
Set lfeatures =3D Nothing
lfeatures.Add lfeature_1
lfeatures.Add lfeature_2
but this gives me an error.
Which is the correct way ?
Regards
Alejandro
_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.