Generic Feature

Generic Feature

Anonymous
Not applicable
244 Views
1 Reply
Message 1 of 2

Generic Feature

Anonymous
Not applicable
How do I declare a generic component feature? I am trying to use the clsSelect
class module and I want to be able to pick any type of component feature.

I have tried declaring it as a PartFeatures, and simply as a Object.
Using Object works, but isn't there something like ComponentFeature ?



--
Kent Keller
http://kwik-mcad.scriptmania.com/
0 Likes
245 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
The PartFeature object is the base class for all of the features and should
do what you need.

-Brian

"Kent Keller" wrote in message
news:60364458058846EBF4502AE8A9D1607B@in.WebX.maYIadrTaRb...
> How do I declare a generic component feature? I am trying to use the
clsSelect
> class module and I want to be able to pick any type of component feature.
>
> I have tried declaring it as a PartFeatures, and simply as a Object.
> Using Object works, but isn't there something like ComponentFeature ?
>
>
>
> --
> Kent Keller
> http://kwik-mcad.scriptmania.com/
>
>
>
0 Likes